Fixed typo.

This commit is contained in:
Matt Amos 2009-05-21 21:24:29 +00:00
parent 4a4d89138c
commit 2006c416d2

View 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