From cac1a825bf4c6b8af4d8a80491dd70029586adc1 Mon Sep 17 00:00:00 2001 From: luzpaz Date: Sat, 22 Jul 2017 07:57:38 -0400 Subject: [PATCH] misc. typos in Assembly and Path WB [skip ci] --- src/Mod/Assembly/App/opendcm/core/property.hpp | 2 +- src/Mod/Path/PathScripts/post/fablin_post.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Mod/Assembly/App/opendcm/core/property.hpp b/src/Mod/Assembly/App/opendcm/core/property.hpp index 529fd60d75..be7fd5b761 100644 --- a/src/Mod/Assembly/App/opendcm/core/property.hpp +++ b/src/Mod/Assembly/App/opendcm/core/property.hpp @@ -572,7 +572,7 @@ struct id_prop { } namespace boost { -//access the propertymap needs to be boost visable +//access the propertymap needs to be boost visible template typename dcm::property_map::value_type get(const dcm::property_map& map, typename dcm::property_map::key_type key) diff --git a/src/Mod/Path/PathScripts/post/fablin_post.py b/src/Mod/Path/PathScripts/post/fablin_post.py index e23d56bfcf..d9c8ec7312 100644 --- a/src/Mod/Path/PathScripts/post/fablin_post.py +++ b/src/Mod/Path/PathScripts/post/fablin_post.py @@ -135,7 +135,8 @@ def export(objectslist,filename,argstring): gcode = "" #Find the machine. - #The user my have overriden post processor defaults in the GUI. Make sure we're using the current values in the Machine Def. + #The user my have overridden post processor defaults in the GUI. + #Make sure we're using the current values in the Machine Def. myMachine = None for pathobj in objectslist: if hasattr(pathobj,"Group"): #We have a compound or project.