Commit 2569056d by Erik van Zijst Committed by Patrick Steinhardt

typo: Fixed a trivial typo in test function.

parent 16b62dd4
...@@ -254,7 +254,7 @@ void test_diff_stats__rename_nochanges_no_find(void) ...@@ -254,7 +254,7 @@ void test_diff_stats__rename_nochanges_no_find(void)
git_buf_free(&buf); git_buf_free(&buf);
} }
void test_diff_stats__rename_and_modifiy_no_find(void) void test_diff_stats__rename_and_modify_no_find(void)
{ {
git_buf buf = GIT_BUF_INIT; git_buf buf = GIT_BUF_INIT;
const char *stat = const char *stat =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment