From: espie Date: Tue, 16 May 2023 11:53:01 +0000 (+0000) Subject: typo X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=8beddab087fd2defd87493ecee465b66be5019ab;p=openbsd typo --- diff --git a/usr.sbin/pkg_add/OpenBSD/md5.pod b/usr.sbin/pkg_add/OpenBSD/md5.pod index 1398827d9f7..0bba4d4ab88 100644 --- a/usr.sbin/pkg_add/OpenBSD/md5.pod +++ b/usr.sbin/pkg_add/OpenBSD/md5.pod @@ -1,4 +1,4 @@ -$OpenBSD: md5.pod,v 1.1 2020/12/20 15:30:58 daniel Exp $ +$OpenBSD: md5.pod,v 1.2 2023/05/16 11:53:01 espie Exp $ =head1 NAME @@ -51,7 +51,7 @@ create a new digest object from a string representation. create a new digest object C<$o2> of the same type as C<$o>. -=item $o-Eequal($o2) +=item $o-Eequals($o2) compare two digest objects. Returns true only if they match.