Index: applications/editors/josm/plugins/reltoolbox/build.xml
===================================================================
--- applications/editors/josm/plugins/reltoolbox/build.xml	(revision 26293)
+++ applications/editors/josm/plugins/reltoolbox/build.xml	(revision 26299)
@@ -32,5 +32,5 @@
     <property name="commit.message" value="RelToolbox"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="3835"/>
+    <property name="plugin.main.version" value="4223"/>
     <!--
       ************************************************
Index: applications/editors/josm/plugins/reltoolbox/src/relcontext/ChosenRelation.java
===================================================================
--- applications/editors/josm/plugins/reltoolbox/src/relcontext/ChosenRelation.java	(revision 26293)
+++ applications/editors/josm/plugins/reltoolbox/src/relcontext/ChosenRelation.java	(revision 26299)
@@ -165,5 +165,5 @@
     }
 
-    public void primtivesRemoved( PrimitivesRemovedEvent event ) {
+    public void primitivesRemoved( PrimitivesRemovedEvent event ) {
         if( chosenRelation != null && event.getPrimitives().contains(chosenRelation) )
             clear();
@@ -175,5 +175,5 @@
     }
 
-    public void primtivesAdded( PrimitivesAddedEvent event ) {}
+    public void primitivesAdded( PrimitivesAddedEvent event ) {}
     public void nodeMoved( NodeMovedEvent event ) {}
     public void otherDatasetChange( AbstractDatasetChangedEvent event ) {}
