From: Tony Mack Date: Sat, 4 Feb 2012 02:25:36 +0000 (-0500) Subject: spelling X-Git-Tag: merged-in-sfa-2.1-2~12 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=fbda0e1fb1598e8b34344700feefd9abe8f1980f;p=sfa.git spelling --- diff --git a/sfa/rspecs/elements/element.py b/sfa/rspecs/elements/element.py index b288cbbd..7f79e810 100644 --- a/sfa/rspecs/elements/element.py +++ b/sfa/rspecs/elements/element.py @@ -18,4 +18,4 @@ class Element(dict): elif hasattr(self.element, name): return getattr(self.element, name) else: - raise AttributeError, "class Element has not attribute %s" % name + raise AttributeError, "class Element has no attribute %s" % name