Just a few minor updates - typo fixes and rewording of the auth process.
From a5d47fed7ab81179b8e40e4251f06a380b5fdfef Mon Sep 17 00:00:00 2001
From: Andrew Elwell <[email protected]>
Date: Thu, 19 Feb 2009 12:01:55 +0100
Subject: [PATCH] Minor documentation typos

---
 Makefile.PL          |    2 +-
 installer/install.pl |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
index 8b26eb3..669998f 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -414,7 +414,7 @@ my %config_defaults = (
   'PATH_TO_ZEBRA' => '',
 );
 
-# set some default configuratio options based on OS
+# set some default configuration options based on OS
 # more conditions need to be added for other OS's
 # this should probably also incorporate usage of Win32::GetOSName() and/or Win32::GetOSVersion()
 # to allow for more granular decisions based on which Win32 platform
diff --git a/installer/install.pl b/installer/install.pl
index 088d0f7..207e2b6 100755
--- a/installer/install.pl
+++ b/installer/install.pl
@@ -304,7 +304,7 @@ elsif ( $step && $step == 3 ) {
         # Where <level> is a category of requirement : required, recommended optional
         # level should contain :
         #   SQL File for import With a readable name.
-        #   txt File taht explains what this SQL File is meant for.
+        #   txt File that explains what this SQL File is meant for.
         # Could be VERY useful to have A Big file for a kind of library.
         # But could also be useful to have some Authorised values data set prepared here.
         # Framework Selection is achieved through checking boxes.
-- 
1.5.6.3

From 60e2249a0b9b29406ae6301209e34c7a43e49f5e Mon Sep 17 00:00:00 2001
From: Andrew Elwell <[email protected]>
Date: Fri, 20 Feb 2009 15:34:51 +0100
Subject: [PATCH] more Minor documentation fixes

---
 C4/Auth.pm    |    4 ++--
 C4/Members.pm |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/C4/Auth.pm b/C4/Auth.pm
index 871929e..54f151e 100644
--- a/C4/Auth.pm
+++ b/C4/Auth.pm
@@ -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.
 
diff --git a/C4/Members.pm b/C4/Members.pm
index 5dab0c0..24e711a 100644
--- a/C4/Members.pm
+++ b/C4/Members.pm
@@ -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
-- 
1.5.6.3

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to