Documentation: git-clean: fix minor grammatical errors
authorWesley J. Landaker <wjl@icecavern.net>
Sat, 25 Apr 2009 15:13:40 +0000 (09:13 -0600)
committerJunio C Hamano <gitster@pobox.com>
Sat, 25 Apr 2009 16:29:38 +0000 (09:29 -0700)
There were a few minor grammatical errors that made this paragraph hard
to read. This patch fixes the errors in a very minimal manner.

Signed-off-by: Wesley J. Landaker <wjl@icecavern.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-clean.txt

index 8a114509f4a19b4fa6c6d8de8afdc94938d24b82..932d44daff82e461c3b797ebb91ed8f8a05bdb57 100644 (file)
@@ -12,9 +12,9 @@ SYNOPSIS
 
 DESCRIPTION
 -----------
-Removes files unknown to git.  This allows to clean the working tree
-from files that are not under version control.  If the '-x' option is
-specified, ignored files are also removed, allowing to remove all
+Removes files unknown to git.  This allows cleaning the working tree
+of files that are not under version control.  If the '-x' option is
+specified, ignored files are also removed, allowing the removal of all
 build products.
 If any optional `<path>...` arguments are given, only those paths
 are affected.