summaryrefslogtreecommitdiff
path: root/scripts/dev/generate-phpt/src/testcase/gtTestCase.php
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/dev/generate-phpt/src/testcase/gtTestCase.php')
-rw-r--r--scripts/dev/generate-phpt/src/testcase/gtTestCase.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/dev/generate-phpt/src/testcase/gtTestCase.php b/scripts/dev/generate-phpt/src/testcase/gtTestCase.php
index cb67aa345..cc5e19a5a 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
+?>