From 1368364469571507b56358e3fe210aaaaea35a07 Mon Sep 17 00:00:00 2001 From: Pierrick Charron Date: Sun, 3 Apr 2011 21:46:52 +0000 Subject: Fix common typos in the source code (Reported in Bug #54065) # External libraries were excluded # Thanks eitan at eitanadler dot com for the first patch :) --- scripts/dev/generate-phpt/src/gtTestSubject.php | 4 ++-- .../dev/generate-phpt/src/setup/preconditions/gtIsValidMethod.php | 4 ++-- scripts/dev/generate-phpt/src/testcase/gtTestCase.php | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'scripts/dev') diff --git a/scripts/dev/generate-phpt/src/gtTestSubject.php b/scripts/dev/generate-phpt/src/gtTestSubject.php index 9be1e74509..ccf3caad93 100644 --- a/scripts/dev/generate-phpt/src/gtTestSubject.php +++ b/scripts/dev/generate-phpt/src/gtTestSubject.php @@ -128,7 +128,7 @@ abstract class gtTestSubject { /** - * Returns the argument list with teh greatest possible number of arguments. + * Returns the argument list with the greatest possible number of arguments. * * @return string */ @@ -163,4 +163,4 @@ abstract class gtTestSubject { return $this->initialisationStatements; } } -?> \ No newline at end of file +?> diff --git a/scripts/dev/generate-phpt/src/setup/preconditions/gtIsValidMethod.php b/scripts/dev/generate-phpt/src/setup/preconditions/gtIsValidMethod.php index 5f16d98f30..a52988aa6d 100644 --- a/scripts/dev/generate-phpt/src/setup/preconditions/gtIsValidMethod.php +++ b/scripts/dev/generate-phpt/src/setup/preconditions/gtIsValidMethod.php @@ -1,7 +1,7 @@ \ No newline at end of file +?> diff --git a/scripts/dev/generate-phpt/src/testcase/gtTestCase.php b/scripts/dev/generate-phpt/src/testcase/gtTestCase.php index cb67aa345d..cc5e19a5ae 100644 --- a/scripts/dev/generate-phpt/src/testcase/gtTestCase.php +++ b/scripts/dev/generate-phpt/src/testcase/gtTestCase.php @@ -23,7 +23,7 @@ abstract class gtTestCase { /** - * Object containing teh ooptional sections that may be added to the test case + * Object containing the optional sections that may be added to the test case * * @var gtOptionalSections */ @@ -140,7 +140,7 @@ abstract class gtTestCase { /** - * Add FILE section closing tag to teh test case + * Add FILE section closing tag to the test case * */ public function fileClosing() { @@ -227,4 +227,4 @@ abstract class gtTestCase { return $this->optionalSections; } } -?> \ No newline at end of file +?> -- cgit v1.2.1