commit | 813d39b1a280fbae177835ebf61ac9639a879e84 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Sat May 17 16:17:16 2014 -0700 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Sat May 17 16:17:16 2014 -0700 |
tree | 9812ba369a3a57b01619f5ffafff61b0c0f7d447 | |
parent | 11041d2130aad985dabe4773ca171a1f8a62dd32 [diff] [blame] |
Fixed several typos in the codebase Change-Id: I66e05e8240cd24bc97a3591ba72023b23985f9c2
diff --git a/zuul/model.py b/zuul/model.py index c5c5c7d..884ba09 100644 --- a/zuul/model.py +++ b/zuul/model.py
@@ -287,7 +287,7 @@ class ActionReporter(object): - """An ActionReporter has a reporter and its configured paramaters""" + """An ActionReporter has a reporter and its configured parameters""" def __repr__(self): return '<ActionReporter %s, %s>' % (self.reporter, self.params)