Index: trunk/src/org/openstreetmap/josm/actions/mapmode/ExtrudeAction.java
===================================================================
--- trunk/src/org/openstreetmap/josm/actions/mapmode/ExtrudeAction.java	(revision 17183)
+++ trunk/src/org/openstreetmap/josm/actions/mapmode/ExtrudeAction.java	(revision 17184)
@@ -594,5 +594,5 @@
             UndoRedoHandler.getInstance().add(new SequenceCommand(tr("Add a new node to an existing way"),
                     new AddCommand(ds, n), new ChangeNodesCommand(ds, ws.way, wnew.getNodes())));
-            wnew.setNodes(null); // see #19855
+            wnew.setNodes(null); // see #19885
 
         }
@@ -713,5 +713,5 @@
             // we only need to change the way if its node list was really modified
             cmds.add(new ChangeNodesCommand(selectedSegment.way, wnew.getNodes()));
-            wnew.setNodes(null); // see #19855
+            wnew.setNodes(null); // see #19885
         }
         Command c = new SequenceCommand(tr("Extrude Way"), cmds);
