Index: /trunk/src/org/openstreetmap/josm/actions/upload/UploadNotesTask.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/actions/upload/UploadNotesTask.java	(revision 8830)
+++ /trunk/src/org/openstreetmap/josm/actions/upload/UploadNotesTask.java	(revision 8831)
@@ -83,5 +83,5 @@
             try {
                 if (updatedNotes.containsKey(note)) {
-                    // if note has been created earlier in this task, obtain its real id and not use the paceholder id
+                    // if note has been created earlier in this task, obtain its real id and not use the placeholder id
                     note = updatedNotes.get(note);
                 }
