aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/19_test_gbp_scripts_config.py
diff options
context:
space:
mode:
authorOtto Kekäläinen <otto@seravo.fi>2016-07-03 09:45:24 +0100
committerGuido Günther <agx@sigxcpu.org>2016-07-03 13:38:54 +0200
commitaf16f59214306b56ffc79e4c5c5a206561f9c3ff (patch)
tree40de18a23a950dbafd313e33ecdcc3ece81224e3 /tests/19_test_gbp_scripts_config.py
parentd9773773945275d7e3230dd4cc50f86a23018f9b (diff)
Fix simple spelling errors in comments and strings
Diffstat (limited to 'tests/19_test_gbp_scripts_config.py')
-rw-r--r--tests/19_test_gbp_scripts_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/19_test_gbp_scripts_config.py b/tests/19_test_gbp_scripts_config.py
index ae845611..9d0afd5f 100644
--- a/tests/19_test_gbp_scripts_config.py
+++ b/tests/19_test_gbp_scripts_config.py
@@ -70,7 +70,7 @@ class TestGbpConfigCommand(unittest.TestCase):
self.assertEqual(ret, 0)
def test_print_cmd_single_value_override(self):
- """Can we fetch a single configuration value that is overriden by config"""
+ """Can we fetch a single configuration value that is overridden by config"""
printstub = self.SingleValuePrintStub()
query = 'config.color-scheme'
ret = gbp.scripts.config.print_cmd_values(query, printstub)