]> git.ipfire.org Git - thirdparty/git.git/blobdiff - submodule.c
object: rename function 'typename' to 'type_name'
[thirdparty/git.git] / submodule.c
index 47ddc9b2739bf52d9263ea9cd90edde6e9d1c738..cd18400e870a3b8119aee73048fdf3a4a9eaa405 100644 (file)
@@ -831,7 +831,7 @@ static int check_has_commit(const struct object_id *oid, void *data)
                return 0;
        default:
                die(_("submodule entry '%s' (%s) is a %s, not a commit"),
-                   cb->path, oid_to_hex(oid), typename(type));
+                   cb->path, oid_to_hex(oid), type_name(type));
        }
 }