PartDesign: typos

This commit is contained in:
luzpaz
2017-12-24 11:37:44 -05:00
committed by wmayer
parent e883cbfdf3
commit c1152f2a2c
10 changed files with 14 additions and 14 deletions

View File

@@ -412,7 +412,7 @@ void ViewProviderBody::setVisualBodyMode(bool bodymode) {
std::vector< std::string > ViewProviderBody::getDisplayModes(void) const {
//we get all dislay modes and remove the "Group" mode, as this is what we use for "Through"
//we get all display modes and remove the "Group" mode, as this is what we use for "Through"
//body display mode
std::vector< std::string > modes = ViewProviderPart::getDisplayModes();
modes.erase(modes.begin());