From f20ff43473f1d33be368d61b8d0f6bcbb644df14 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Sat, 4 Dec 2010 13:28:03 +0900 Subject: Replace all occured, occurance etc. --- testgraphical/source/CallExternals.pm | 2 +- testgraphical/source/fill_documents_loop.pl | 2 +- testgraphical/ui/java/ConvwatchGUIProject/src/IniFile.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'testgraphical') 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() -- cgit