Index: /trunk/src/org/openstreetmap/josm/data/osm/DataSelectionListener.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/data/osm/DataSelectionListener.java	(revision 16142)
+++ /trunk/src/org/openstreetmap/josm/data/osm/DataSelectionListener.java	(revision 16143)
@@ -127,5 +127,5 @@
          * Create a {@link SelectionReplaceEvent}
          * @param source The source dataset
-         * @param old The old primitves that were previously selected. The caller needs to ensure that this set is not modifed.
+         * @param old The old primitives that were previously selected. The caller needs to ensure that this set is not modified.
          * @param newSelection The primitives of the new selection.
          */
@@ -177,5 +177,5 @@
          * Create a {@link SelectionAddEvent}
          * @param source The source dataset
-         * @param old The old primitves that were previously selected. The caller needs to ensure that this set is not modifed.
+         * @param old The old primitives that were previously selected. The caller needs to ensure that this set is not modified.
          * @param toAdd The primitives to add.
          */
@@ -226,5 +226,5 @@
          * Create a {@link SelectionRemoveEvent}
          * @param source The source dataset
-         * @param old The old primitves that were previously selected. The caller needs to ensure that this set is not modifed.
+         * @param old The old primitives that were previously selected. The caller needs to ensure that this set is not modified.
          * @param toRemove The primitives to remove.
          */
@@ -277,5 +277,5 @@
          * Create a {@link SelectionToggleEvent}
          * @param source The source dataset
-         * @param old The old primitves that were previously selected. The caller needs to ensure that this set is not modifed.
+         * @param old The old primitives that were previously selected. The caller needs to ensure that this set is not modified.
          * @param toToggle The primitives to toggle.
          */
