This commit is contained in:
wmayer
2018-01-03 18:51:32 +01:00
parent 70d094994a
commit 12ab805088

View File

@@ -107,7 +107,7 @@ private:
/// Assures that workflow of the given document is determined and returns true if it is Workflow::Legacy
inline bool assureLegacyWorkflow (App::Document *doc) {
return WorkflowManager::instance()->determinWorkflow( doc ) == Workflow::Legacy ;
return WorkflowManager::instance()->determineWorkflow( doc ) == Workflow::Legacy ;
}
/// Assures that workflow of the given document is determined and returns true if it is Workflow::Modern