aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-02-04 23:05:20 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-02-04 23:05:20 +0000
commitdcf76b83a077833df57b6560d610e8cedd4162ed (patch)
treef18ef483f8a4bcc0db14488b79d686ff5c71ddb1 /perllib/FixMyStreet.pm
parentbe1d7f07903d7291dde8da19f78935233e383597 (diff)
Add a basic FMB test.
Diffstat (limited to 'perllib/FixMyStreet.pm')
-rw-r--r--perllib/FixMyStreet.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet.pm b/perllib/FixMyStreet.pm
index 2d8f462d5..be488a796 100644
--- a/perllib/FixMyStreet.pm
+++ b/perllib/FixMyStreet.pm
@@ -33,7 +33,7 @@ Thus module has utility functions for the FMS project.
FixMyStreet->test_mode( $bool );
my $in_test_mode_bool = FixMyStreet->test_mode;
-Put the FixMyStreet into test mode - inteded for the unit tests:
+Put the FixMyStreet into test mode - intended for the unit tests:
BEGIN {
use FixMyStreet;