diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2010-12-04 13:28:03 +0900 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-12-05 19:13:22 +0000 |
commit | f20ff43473f1d33be368d61b8d0f6bcbb644df14 (patch) | |
tree | 9bff166cbb029acf5c3a7a7a68d67151ae47d9e3 /testgraphical | |
parent | e98d09d0ad16a6bd843f0b691d39dd0bac4ff357 (diff) |
Replace all occured, occurance etc.
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 a0a3b1ae716a..61547000f405 100644 --- a/testgraphical/source/CallExternals.pm +++ b/testgraphical/source/CallExternals.pm @@ -489,7 +489,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 c1b8174fefe5..81c7e592db6b 100644 --- a/testgraphical/source/fill_documents_loop.pl +++ b/testgraphical/source/fill_documents_loop.pl @@ -192,7 +192,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 20cede5b1c33..324509d401be 100644 --- a/testgraphical/ui/java/ConvwatchGUIProject/src/IniFile.java +++ b/testgraphical/ui/java/ConvwatchGUIProject/src/IniFile.java @@ -700,7 +700,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() |