ALF-19842 - A misprint in the error message

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@55385 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Mark Rogers
2013-09-17 09:29:08 +00:00
parent 4b1daedcc2
commit 98e114db29

View File

@@ -1736,7 +1736,7 @@ public class CMISConnector implements ApplicationContextAware, ApplicationListen
}
if (!(type instanceof DocumentTypeDefinitionWrapper))
{
throw new CmisStreamNotSupportedException("Object is not a docuemnt!");
throw new CmisStreamNotSupportedException("Object is not a document!");
}
if (((DocumentTypeDefinition) type.getTypeDefinition(false)).getContentStreamAllowed() == ContentStreamAllowed.NOTALLOWED)
{