diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2017-11-07 04:34:30 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2017-11-07 04:34:30 +0100 |
| commit | 80a134251e1ea0125e872a91fbc4d3e42c97b341 (patch) | |
| tree | 080f584a0c92e458b12a163217ce4c7ed70c3669 /kconfiglib.py | |
| parent | b449a039ab57c4965bb935a3806d1fe54a6ae811 (diff) | |
s/overriden/overridden/
Add test coverage for that Choice.__repr__() path too.
Diffstat (limited to 'kconfiglib.py')
| -rw-r--r-- | kconfiglib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py index 4d008c9..9a2fdb2 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -3160,7 +3160,7 @@ class Choice(object): .format(self.user_selection.name) if self.selection is not self.user_selection: - user_sel_str += " (overriden)" + user_sel_str += " (overridden)" fields.append(user_sel_str) |
