entities/adapters.py
branchstable
changeset 7879 9aae456abab5
parent 7815 2a164a9cf81c
child 8037 a36bd56f33bb
--- a/entities/adapters.py	Tue Sep 27 16:04:30 2011 +0200
+++ b/entities/adapters.py	Wed Sep 28 09:27:42 2011 +0200
@@ -366,8 +366,8 @@
 class IProgressAdapter(EntityAdapter):
     """something that has a cost, a state and a progression.
 
-    You should at least override progress_info an in_progress methods on concret
-    implementations.
+    You should at least override progress_info an in_progress methods on
+    concrete implementations.
     """
     __needs_bw_compat__ = True
     __regid__ = 'IProgress'