aboutsummaryrefslogtreecommitdiff
path: root/tests/19_test_gbp_scripts_config.py
diff options
context:
space:
mode:
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 ae84561..9d0afd5 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)