diff options
Diffstat (limited to 'testgraphical')
-rw-r--r-- | testgraphical/source/CallExternals.pm | 2 | ||||
-rw-r--r-- | testgraphical/source/fill_documents_loop.pl | 2 | ||||
-rw-r--r-- | testgraphical/ui/java/ConvwatchGUIProject/src/IniFile.java | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/testgraphical/source/CallExternals.pm b/testgraphical/source/CallExternals.pm index ed80a7d06019..ebaf5ddc7ff3 100644 --- a/testgraphical/source/CallExternals.pm +++ b/testgraphical/source/CallExternals.pm @@ -485,7 +485,7 @@ sub ExecSQL($) ($error, @aResult) = callphp(getPHPExecutable(), $sSQLDirect, singleQuote($sSQL)); if ($error) { - log_print ("ExecSQL: An Error occured.\n"); + log_print ("ExecSQL: An Error occurred.\n"); log_print ("PHP: " . getPHPExecutable() . "\n"); log_print ("SQL Statement: " . singleQuote($sSQL) . "\n"); # exit(1); diff --git a/testgraphical/source/fill_documents_loop.pl b/testgraphical/source/fill_documents_loop.pl index da8ae07e9fd4..46c057ed5380 100644 --- a/testgraphical/source/fill_documents_loop.pl +++ b/testgraphical/source/fill_documents_loop.pl @@ -212,7 +212,7 @@ sub createDBEntriesForEveryDocument($) my $sStr = shift; if ($sStr =~ /^MySQL-Error/ ) { - # we don't do anything if an error occured + # we don't do anything if an error occurred return; } diff --git a/testgraphical/ui/java/ConvwatchGUIProject/src/IniFile.java b/testgraphical/ui/java/ConvwatchGUIProject/src/IniFile.java index 3dde57246c25..e459748756be 100644 --- a/testgraphical/ui/java/ConvwatchGUIProject/src/IniFile.java +++ b/testgraphical/ui/java/ConvwatchGUIProject/src/IniFile.java @@ -696,7 +696,7 @@ public class IniFile implements Enumeration } /** - * Helper to count the occurence of Sections + * Helper to count the occurrence of Sections * @return returns the count of '^['.*']$' Elements */ public int getElementCount() |