Change 11454 by jhi@alpha on 2001/07/23 21:09:13

        Subject: [PATCH perlfaq9.pod typo]
        From: "Larry Shatzer, Jr." <[EMAIL PROTECTED]>
        Date: Mon, 23 Jul 2001 07:49:05 -0700
        Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>

Affected files ...

... //depot/perl/pod/perlfaq9.pod#28 edit

Differences ...

==== //depot/perl/pod/perlfaq9.pod#28 (text) ====
Index: perl/pod/perlfaq9.pod
--- perl/pod/perlfaq9.pod.~1~   Mon Jul 23 15:15:05 2001
+++ perl/pod/perlfaq9.pod       Mon Jul 23 15:15:05 2001
@@ -271,8 +271,8 @@
 
 The HTTPD::UserAdmin and HTTPD::GroupAdmin modules provide a
 consistent OO interface to these files, regardless of how they're
-stored.  Databases may be text, dbm, Berkley DB or any database with a
-DBI compatible driver.  HTTPD::UserAdmin supports files used by the
+stored.  Databases may be text, dbm, Berkeley DB or any database with
+a DBI compatible driver.  HTTPD::UserAdmin supports files used by the
 `Basic' and `Digest' authentication schemes.  Here's an example:
 
     use HTTPD::UserAdmin ();
End of Patch.

Reply via email to