]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/repack.c
i18n: fix mismatched camelCase config variables
[thirdparty/git.git] / builtin / repack.c
index c957b2959f7865ce58eea0737f3b8d20c340bcec..4a7ae4cf489a4c34aaabeca064535f07c2df55f7 100644 (file)
@@ -41,7 +41,7 @@ static const char *const git_repack_usage[] = {
 
 static const char incremental_bitmap_conflict_error[] = N_(
 "Incremental repacks are incompatible with bitmap indexes.  Use\n"
-"--no-write-bitmap-index or disable the pack.writebitmaps configuration."
+"--no-write-bitmap-index or disable the pack.writeBitmaps configuration."
 );
 
 struct pack_objects_args {