i18n: simplify numeric error reporting
[gitweb.git] / sha1_file.c
index 02940f1920300c290e922174159fd7177844adda..3045aeabda1654e095fed3451ea4d5e5efc5c1dc 100644 (file)
@@ -1692,7 +1692,7 @@ static int parse_sha1_header_extended(const char *hdr, struct object_info *oi,
                strbuf_add(oi->typename, type_buf, type_len);
        /*
         * Set type to 0 if its an unknown object and
-        * we're obtaining the type using '--allow-unkown-type'
+        * we're obtaining the type using '--allow-unknown-type'
         * option.
         */
        if ((flags & LOOKUP_UNKNOWN_OBJECT) && (type < 0))