Misc. Typos
This commit is contained in:
@@ -627,7 +627,7 @@ void ViewProviderPath::updateVisual(bool rebuild) {
|
||||
}
|
||||
}
|
||||
|
||||
// count = index + seperators
|
||||
// count = index + separators
|
||||
edgeStart = -1;
|
||||
int i;
|
||||
for(i=StartIndex.getValue();i<(int)command2Edge.size();++i)
|
||||
|
||||
@@ -144,7 +144,7 @@ class ViewProvider(object):
|
||||
return self.OpIcon
|
||||
|
||||
def getTaskPanelOpPage(self, obj):
|
||||
'''getTaskPanelOpPage(obj) ... use the stored information to instanciate the receiver op's page controller.'''
|
||||
'''getTaskPanelOpPage(obj) ... use the stored information to instantiate the receiver op's page controller.'''
|
||||
mod = importlib.import_module(self.OpPageModule)
|
||||
cls = getattr(mod, self.OpPageClass)
|
||||
return cls(obj, 0)
|
||||
|
||||
Reference in New Issue
Block a user