aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2012-12-17 13:01:28 +0000
committerDave Whiteland <dave@mysociety.org>2012-12-17 13:01:28 +0000
commit375ac898ccdcb7a45feee0dd346ced4d6533f68b (patch)
tree137ca500001bdec85bda49b300b2f253cfc77f73
parentf1eadcc8b1c258e6e47a636e5a57f4fa6510d1ce (diff)
fix misleading typo in comment
-rw-r--r--perllib/FixMyStreet/Cobrand/Oxfordshire.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm
index edc97b4de..578dfa53c 100644
--- a/perllib/FixMyStreet/Cobrand/Oxfordshire.pm
+++ b/perllib/FixMyStreet/Cobrand/Oxfordshire.pm
@@ -48,7 +48,7 @@ sub example_places {
return ( 'OX20 1SZ', 'Park St, Woodstock' );
}
-# If we ever link to a county problem report, needs to be to main FixMyStreet
+# If we ever link to a district problem report, needs to be to main FixMyStreet
sub base_url_for_report {
my ( $self, $report ) = @_;
my %councils = map { $_ => 1 } @{$report->councils};