summaryrefslogtreecommitdiff
path: root/scripts/dev/generate-phpt/src/setup
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/dev/generate-phpt/src/setup')
-rw-r--r--scripts/dev/generate-phpt/src/setup/preconditions/gtIsValidMethod.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/dev/generate-phpt/src/setup/preconditions/gtIsValidMethod.php b/scripts/dev/generate-phpt/src/setup/preconditions/gtIsValidMethod.php
index 5f16d98f3..a52988aa6 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 @@
<?php
/**
- * Check that teh method name is valid
+ * Check that the method name is valid
*
*/
class gtIsValidMethod extends gtPreCondition {
@@ -25,4 +25,4 @@ class gtIsValidMethod extends gtPreCondition {
return gtText::get('unknownMethod');
}
}
-?> \ No newline at end of file
+?>