CMIS-513: Fixed acl tag name

git-svn-id: https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk@1297660 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/DotCMIS/binding/atompub/atompub-parser.cs b/DotCMIS/binding/atompub/atompub-parser.cs
index 778122b..83a9d4f 100644
--- a/DotCMIS/binding/atompub/atompub-parser.cs
+++ b/DotCMIS/binding/atompub/atompub-parser.cs
@@ -51,7 +51,7 @@
             allowableActionsXmlRoot.Namespace = AtomPubConstants.NamespaceRestAtom;

             AllowableActionsSerializer = new XmlSerializer(typeof(cmisAllowableActionsType), allowableActionsXmlRoot);

 

-            XmlRootAttribute aclXmlRoot = new XmlRootAttribute("accessControlList");

+            XmlRootAttribute aclXmlRoot = new XmlRootAttribute("acl");

             aclXmlRoot.Namespace = AtomPubConstants.NamespaceRestAtom;

             AclSerializer = new XmlSerializer(typeof(cmisAccessControlListType), aclXmlRoot);

         }