diff options
Diffstat (limited to 'third_party/git/server-info.c')
-rw-r--r-- | third_party/git/server-info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/git/server-info.c b/third_party/git/server-info.c index 4d8199b1d916..bae2cdfd5127 100644 --- a/third_party/git/server-info.c +++ b/third_party/git/server-info.c @@ -93,7 +93,7 @@ static int update_info_file(char *path, uic.old_fp = fopen_or_warn(path, "r"); /* - * uic_printf will compare incremental comparison aginst old_fp + * uic_printf will compare incremental comparison against old_fp * and mark uic as stale if needed */ ret = generate(&uic); |