Skip to content

Commit

Permalink
[TD]fix typo in message
Browse files Browse the repository at this point in the history
  • Loading branch information
WandererFan committed Aug 18, 2022
1 parent 2d7d882 commit d680616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/TechDraw/App/DrawViewPart.cpp
Expand Up @@ -161,7 +161,7 @@ DrawViewPart::~DrawViewPart()
m_hlrFuture.waitForFinished();
}
if (m_faceFuture.isRunning()) {
Base::Console().Message("%S is waiting for face finding to finish\n", getNameInDocument());
Base::Console().Message("%s is waiting for face finding to finish\n", getNameInDocument());
m_faceFuture.waitForFinished();
}
removeAllReferencesFromGeom();
Expand Down

0 comments on commit d680616

Please sign in to comment.