--- a/iro/model/schema.py Thu Mar 29 17:33:10 2012 +0200
+++ b/iro/model/schema.py Thu Mar 29 18:27:15 2012 +0200
@@ -142,7 +142,7 @@
"""A complete Job.
- **status** show the status of the job (``init``, ``started``, ``sending``, ``sended`` or ``error``).
- - **info** is used to make it possible to create diffrent billing groups for user.
+ - **info** is used to make it possible to create different billing groups for user.
"""
__tablename__ = "job"
id = Column(Integer, Sequence('job_id_seq'), primary_key=True)