]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-clean.txt
documentation: fix verb tense
[thirdparty/git.git] / Documentation / git-clean.txt
index 5e1a3d5148c5ebaeb4e9110fc382dbeed5383b2d..69331e3f05a13eed6ffb084e292f8452b241f13c 100644 (file)
@@ -103,7 +103,7 @@ filter by pattern::
    This shows the files and directories to be deleted and issues an
    "Input ignore patterns>>" prompt. You can input space-separated
    patterns to exclude files and directories from deletion.
-   E.g. "*.c *.h" will excludes files end with ".c" and ".h" from
+   E.g. "*.c *.h" will exclude files ending with ".c" and ".h" from
    deletion. When you are satisfied with the filtered result, press
    ENTER (empty) back to the main menu.