From 61192bddfcfd288d55da398a695229ba8e825f09 Mon Sep 17 00:00:00 2001 From: Andrew Elwell Date: Fri, 20 Feb 2009 15:56:12 +0100 Subject: [PATCH] Minor documentation updates. 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 Date: Thu, 19 Feb 2009 12:01:55 +0100 Subject: [PATCH] Minor documentation typos --- C4/Auth.pm | 4 ++-- C4/Members.pm | 2 +- Makefile.PL | 2 +- installer/install.pl | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/C4/Auth.pm b/C4/Auth.pm index 0887103287..38ff639e08 100644 --- a/C4/Auth.pm +++ b/C4/Auth.pm @@ -357,8 +357,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 0f6d2e7f4f..3c63f7d639 100644 --- a/C4/Members.pm +++ b/C4/Members.pm @@ -955,7 +955,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 diff --git a/Makefile.PL b/Makefile.PL index d4dd1b3b42..a69f2a1fdd 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 088d0f7681..207e2b6b1e 100755 --- a/installer/install.pl +++ b/installer/install.pl @@ -304,7 +304,7 @@ elsif ( $step && $step == 3 ) { # Where 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. -- 2.39.5