[Commits] (jed) Fixed spelling error in error message.
commits at osafoundation.org
commits at osafoundation.org
Thu Aug 19 14:51:42 PDT 2004
Commit by: jed
Modified files:
chandler/parcels/osaf/framework/attributeEditors/AttributeEditors.py 1.1 1.2
Log message:
Fixed spelling error in error message.
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/parcels/osaf/framework/attributeEditors/AttributeEditors.py.diff?r1=text&tr1=1.1&r2=text&tr2=1.2
Index: chandler/parcels/osaf/framework/attributeEditors/AttributeEditors.py
diff -u chandler/parcels/osaf/framework/attributeEditors/AttributeEditors.py:1.1 chandler/parcels/osaf/framework/attributeEditors/AttributeEditors.py:1.2
--- chandler/parcels/osaf/framework/attributeEditors/AttributeEditors.py:1.1 Thu Aug 19 12:43:52 2004
+++ chandler/parcels/osaf/framework/attributeEditors/AttributeEditors.py Thu Aug 19 14:51:40 2004
@@ -1,5 +1,5 @@
-__version__ = "$Revision: 1.1 $"
-__date__ = "$Date: 2004/08/19 19:43:52 $"
+__version__ = "$Revision: 1.2 $"
+__date__ = "$Date: 2004/08/19 21:51:40 $"
__copyright__ = "Copyright (c) 2003-2004 Open Source Applications Foundation"
__license__ = "http://osafoundation.org/Chandler_0.1_license_terms.htm"
@@ -100,4 +100,4 @@
class DefaultAttributeEditor (StringAttributeEditor):
def GetAttributeValue (self, item, attributeName):
- return "%s doesn't have a render" % item.getAttributeAspect (attributeName, 'type').itsName
+ return "%s doesn't have a renderer" % item.getAttributeAspect (attributeName, 'type').itsName
More information about the Commits
mailing list