more Minor documentation fixes
authorAndrew Elwell <andrew.elwell@gmail.com>
Fri, 20 Feb 2009 14:34:51 +0000 (15:34 +0100)
committerGalen Charlton <galen.charlton@liblime.com>
Thu, 26 Feb 2009 20:45:58 +0000 (14:45 -0600)
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/Auth.pm
C4/Members.pm

index 871929e..54f151e 100644 (file)
@@ -356,8 +356,8 @@ sub get_template_and_user {
 
 Verifies that the user is authorized to run this script.  If
 the user is authorized, a (userid, cookie, session-id, flags)
-quadruple is returned.  If the user is not authorized but does
-not have the required privilege (see $flagsrequired below), it
+quadruple is returned.  If the user is not authorized due to
+insufficent privileges (see $flagsrequired below), it
 displays an error page and exits.  Otherwise, it displays the
 login page and exits.
 
index 5dab0c0..24e711a 100644 (file)
@@ -966,7 +966,7 @@ sub GetGuarantees {
   &UpdateGuarantees($parent_borrno);
   
 
-C<&UpdateGuarantees> borrower data for an adulte and updates all the guarantees
+C<&UpdateGuarantees> borrower data for an adult and updates all the guarantees
 with the modified information
 
 =cut