summaryrefslogtreecommitdiff
path: root/tests/config/multivar.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/config/multivar.c')
-rw-r--r--tests/config/multivar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/config/multivar.c b/tests/config/multivar.c
index 4f08a4817..244e37559 100644
--- a/tests/config/multivar.c
+++ b/tests/config/multivar.c
@@ -128,7 +128,7 @@ void test_config_multivar__add(void)
int n;
cl_git_pass(git_config_open_ondisk(&cfg, "config/config11"));
- cl_git_pass(git_config_set_multivar(cfg, _name, "nonexistant", "git://git.otherplace.org/libgit2"));
+ cl_git_pass(git_config_set_multivar(cfg, _name, "non-existent", "git://git.otherplace.org/libgit2"));
n = 0;
cl_git_pass(git_config_get_multivar_foreach(cfg, _name, NULL, cb, &n));