Fix various typos

This commit is contained in:
luz paz
2021-07-30 11:24:33 -04:00
committed by Bernd Hahnebach
parent a0e2b3f890
commit 4d21ffa904
10 changed files with 15 additions and 15 deletions

View File

@@ -106,7 +106,7 @@ TaskCenterLine::TaskCenterLine(TechDraw::DrawViewPart* partFeat,
setUiEdit();
// connect the dialog objects
setUiConnect();
// save the existing centerline to restore in in case the user rejects the changes
// save the existing centerline to restore in case the user rejects the changes
orig_cl = *m_cl;
}