diff options
author | Dave Whiteland <dave@mysociety.org> | 2012-12-17 13:01:28 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2012-12-17 13:01:28 +0000 |
commit | 375ac898ccdcb7a45feee0dd346ced4d6533f68b (patch) | |
tree | 137ca500001bdec85bda49b300b2f253cfc77f73 | |
parent | f1eadcc8b1c258e6e47a636e5a57f4fa6510d1ce (diff) |
fix misleading typo in comment
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Oxfordshire.pm | 2 |
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}; |