From e64f395d4372aebc3422de5b2f57e3c8992e7e5f Mon Sep 17 00:00:00 2001 From: Andrew Elwell Date: Thu, 19 Feb 2009 12:01:55 +0100 Subject: [PATCH] Minor documentation typos Signed-off-by: Galen Charlton --- Makefile.PL | 2 +- installer/install.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 8b26eb322c..669998ffba 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.20.1