Fix source comment / documentation typos

This commit is contained in:
luz paz
2021-06-09 19:32:58 +00:00
committed by Seth Hillbrand
parent 053bd66650
commit f968fc8719
261 changed files with 422 additions and 422 deletions
+1 -1
View File
@@ -633,7 +633,7 @@ int EDIT_TOOL::DragArcTrack( const TOOL_EVENT& aEvent )
return true;
};
// Ammend the end points of the arc if we delete the joining tracks
// Amend the end points of the arc if we delete the joining tracks
wxPoint newStart = trackOnStart->GetStart();
wxPoint newEnd = trackOnEnd->GetStart();