diff options
Diffstat (limited to 'setup_native/scripts')
-rw-r--r-- | setup_native/scripts/admin.pl | 6 | ||||
-rw-r--r-- | setup_native/scripts/deregister_extensions | 2 | ||||
-rw-r--r-- | setup_native/scripts/register_extensions | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/setup_native/scripts/admin.pl b/setup_native/scripts/admin.pl index cc94ad943376..f62cbe881b18 100644 --- a/setup_native/scripts/admin.pl +++ b/setup_native/scripts/admin.pl @@ -143,7 +143,7 @@ sub controlparameter ############################################################################# # The program msidb.exe can be located next to the Perl program. Then it is -# not neccessary to find it in the PATH variable. +# not necessary to find it in the PATH variable. ############################################################################# sub check_local_msidb @@ -263,7 +263,7 @@ sub check_system_path } ########################################################################## -# Searching a file in a list of pathes +# Searching a file in a list of paths ########################################################################## sub get_sourcepath_from_filename_and_includepath @@ -843,7 +843,7 @@ sub create_directory_structure foreach $dir (@startparents) { create_directory_tree($dir, \%fullpathhash, $targetdir, $dirhash); } - # Also adding the pathes of the startparents + # Also adding the paths of the startparents foreach $dir (@startparents) { if ( ! exists($fullpathhash{$dir}) ) { $fullpathhash{$dir} = $targetdir; } diff --git a/setup_native/scripts/deregister_extensions b/setup_native/scripts/deregister_extensions index 925d89dbb2f0..379fcaf0f3bf 100644 --- a/setup_native/scripts/deregister_extensions +++ b/setup_native/scripts/deregister_extensions @@ -47,7 +47,7 @@ help() # if [ $UID -ne 0 ] # then -# printf "\nThis script is for installation only wiht administrative rights only\n" +# printf "\nThis script is for installation only with administrative rights only\n" # help # exit 2 # fi diff --git a/setup_native/scripts/register_extensions b/setup_native/scripts/register_extensions index 73154201b2a7..68349490bc45 100644 --- a/setup_native/scripts/register_extensions +++ b/setup_native/scripts/register_extensions @@ -49,7 +49,7 @@ help() # if [ $UID -ne 0 ] # then -# printf "\nThis script is for installation only wiht administrative rights only\n" +# printf "\nThis script is for installation only with administrative rights only\n" # help # exit 2 # fi |