]> Pileus Git - ~andy/git/blobdiff - diff.c
cat-file: provide %(deltabase) batch format
[~andy/git] / diff.c
diff --git a/diff.c b/diff.c
index d53029b6275c4299db59d489f17d887e12bfcaae..b79432b1ec97909e20eb76fceb5530b2f7be647f 100644 (file)
--- a/diff.c
+++ b/diff.c
@@ -3394,7 +3394,7 @@ int parse_long_opt(const char *opt, const char **argv,
        if (!starts_with(arg, opt))
                return 0;
        arg += strlen(opt);
-       if (*arg == '=') { /* sticked form: --option=value */
+       if (*arg == '=') { /* stuck form: --option=value */
                *optarg = arg + 1;
                return 1;
        }