Author: mseidel
Date: Sun Sep 16 20:15:29 2018
New Revision: 1841032

URL: http://svn.apache.org/viewvc?rev=1841032&view=rev
Log:
i126736 - fixed typos in systemactions.pm

Modified:
    
openoffice/branches/AOO416/main/solenv/bin/modules/installer/systemactions.pm

Modified: 
openoffice/branches/AOO416/main/solenv/bin/modules/installer/systemactions.pm
URL: 
http://svn.apache.org/viewvc/openoffice/branches/AOO416/main/solenv/bin/modules/installer/systemactions.pm?rev=1841032&r1=1841031&r2=1841032&view=diff
==============================================================================
--- 
openoffice/branches/AOO416/main/solenv/bin/modules/installer/systemactions.pm 
(original)
+++ 
openoffice/branches/AOO416/main/solenv/bin/modules/installer/systemactions.pm 
Sun Sep 16 20:15:29 2018
@@ -91,7 +91,7 @@ sub create_directory
                                        }
                                        else
                                        {
-                                               $infoline = "\Error: 
\"$directory\" could not be created. Even the parent directory \"$parentdir\" 
does not exist and could not be created.\n";
+                                               $infoline = "Error: 
\"$directory\" could not be created. Even the parent directory \"$parentdir\" 
does not exist and could not be created.\n";
                                                
$installer::logger::Lang->print($infoline);
                                                if ( -d $parentdir )
                                                {
@@ -211,7 +211,7 @@ sub create_directory_with_privileges
                                        }
                                        else
                                        {
-                                               $infoline = "\Error: 
\"$directory\" could not be created. Even the parent directory \"$parentdir\" 
does not exist and could not be created.\n";
+                                               $infoline = "Error: 
\"$directory\" could not be created. Even the parent directory \"$parentdir\" 
does not exist and could not be created.\n";
                                                
$installer::logger::Lang->print($infoline);
                                                if ( -d $parentdir )
                                                {


Reply via email to