Index: /trunk/src/org/openstreetmap/josm/tools/Utils.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/tools/Utils.java	(revision 19092)
+++ /trunk/src/org/openstreetmap/josm/tools/Utils.java	(revision 19093)
@@ -2093,5 +2093,5 @@
             if (m.matches()) {
                 /* NOTE: we assume -a'b" means -(a'+b") and not (-a')+b" - because of such issues SI units have been invented
-                   and have been adapted by the majority of the world */
+                   and have been adopted by the majority of the world */
                 return (Double.valueOf(m.group(2))*0.3048+Double.valueOf(m.group(4))*0.0254)*(m.group(1).isEmpty()?1.0:-1.0);
             }
