]> git.openstreetmap.org Git - rails.git/commitdiff
Fixed typo.
authorMatt Amos <zerebubuth@gmail.com>
Thu, 21 May 2009 21:24:29 +0000 (21:24 +0000)
committerMatt Amos <zerebubuth@gmail.com>
Thu, 21 May 2009 21:24:29 +0000 (21:24 +0000)
lib/osm.rb

index 02aa1a105306cbe3b3afa214a04c0ae151339a44..4c99de2f144e8f111e0bce5c719c015b2409185d 100644 (file)
@@ -112,7 +112,7 @@ module OSM
       :conflict
     end
 
-    def rto_s
+    def to_s
       "Changeset mismatch: Provided #{@provided} but only #{@allowed} is allowed"
     end
   end