]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/grep.c
object: rename function 'typename' to 'type_name'
[thirdparty/git.git] / builtin / grep.c
index 3ca4ac80d8c7014e7e9aba228f542113a5103b48..eb12070959083ca4154ef7e6d9dff38a9f144c4e 100644 (file)
@@ -627,7 +627,7 @@ static int grep_object(struct grep_opt *opt, const struct pathspec *pathspec,
                free(data);
                return hit;
        }
-       die(_("unable to grep from object of type %s"), typename(obj->type));
+       die(_("unable to grep from object of type %s"), type_name(obj->type));
 }
 
 static int grep_objects(struct grep_opt *opt, const struct pathspec *pathspec,