From: Matt Amos Date: Thu, 21 May 2009 21:24:29 +0000 (+0000) Subject: Fixed typo. X-Git-Tag: live~7422 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/2006c416d293f9281a6524722f8c48badf7379b1 Fixed typo. --- diff --git a/lib/osm.rb b/lib/osm.rb index 02aa1a105..4c99de2f1 100644 --- a/lib/osm.rb +++ b/lib/osm.rb @@ -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