Author: fmui
Date: Thu Jul 4 07:34:23 2013
New Revision: 1499669
URL: http://svn.apache.org/r1499669
Log:
fixed typo
Modified:
chemistry/dotcmis/trunk/DotCMIS/client/client-objects.cs
Modified: chemistry/dotcmis/trunk/DotCMIS/client/client-objects.cs
URL:
http://svn.apache.org/viewvc/chemistry/dotcmis/trunk/DotCMIS/client/client-objects.cs?rev=1499669&r1=1499668&r2=1499669&view=diff
==============================================================================
--- chemistry/dotcmis/trunk/DotCMIS/client/client-objects.cs (original)
+++ chemistry/dotcmis/trunk/DotCMIS/client/client-objects.cs Thu Jul 4
07:34:23 2013
@@ -97,7 +97,7 @@ namespace DotCMIS.Client.Impl
if (objectType.PropertyDefinitions == null ||
objectType.PropertyDefinitions.Count < 9)
{
// there must be at least the 9 standard properties that all
objects have
- throw new ArgumentException("Object type must have property
defintions!");
+ throw new ArgumentException("Object type must have property
definitions!");
}
this.Session = session;