Products.validation/no_at: Fix typo
Tom Gross <jenkins-z4DKO/[email protected]> Sun, 30 Jul 2017 14:37:17 -0700 (PDT)
| Newsgroups | gmane.comp.web.zope.plone.cvs |
|---|---|
| Message-ID | <[email protected]> |
Repository: Products.validation Branch: refs/heads/no_at Date: 2017-07-30T21:37:07Z Author: Tom Gross (tomgross) <[email protected]> Commit: https://github.com/plone/Products.validation/commit/8c29a1104b21b176265db070114e2d4208965fbf Fix typo Files changed: M Products/validation/validators/IdValidator.py diff --git a/Products/validation/validators/IdValidator.py b/Products/validation/validators/IdValidator.py index 0e2c6f2..0fb1f75 100644 --- a/Products/validation/validators/IdValidator.py +++ b/Products/validation/validators/IdValidator.py @@ -40,7 +40,7 @@ def __call__(self, id, instance, *args, **kwargs): mapping = {'id': safe_unicode(id)}) return recursiveTranslate(msg, **kwargs) - # objcet manager test + # object manager test # XXX: This is f***ed try: ObjectManager.checkValidId(self, id, allow_dup=1) ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot