]> git.ipfire.org Git - thirdparty/git.git/blobdiff - entry.c
apply, entry: speak of submodules instead of subprojects
[thirdparty/git.git] / entry.c
diff --git a/entry.c b/entry.c
index d7c131d45309a496714221616244a70569155913..6af4b6a0c3b6d8db3f8ceaaf8aa79f360be1e704 100644 (file)
--- a/entry.c
+++ b/entry.c
@@ -199,9 +199,9 @@ static int write_entry(struct cache_entry *ce, char *path, const struct checkout
                break;
        case S_IFGITLINK:
                if (to_tempfile)
-                       return error("cannot create temporary subproject %s", path);
+                       return error("cannot create temporary submodule %s", path);
                if (mkdir(path, 0777) < 0)
-                       return error("cannot create subproject directory %s", path);
+                       return error("cannot create submodule directory %s", path);
                break;
        default:
                return error("unknown file mode for %s in index", path);