Merge "typo in novaclient"

This commit is contained in:
Jenkins 2014-03-28 19:07:00 +00:00 committed by Gerrit Code Review
commit fce239650f

@ -37,7 +37,7 @@ class CertificateManager(base.Manager):
def create(self):
"""
Create a x509 certificates for a user in tenant.
Create a x509 certificate for a user in tenant.
"""
return self._create('/os-certificates', {}, 'certificate')