[PATCH] Fixed two bugs in git-cvsimport-script.
[gitweb.git] / Documentation / git-diff-tree.txt
index b2095cb04959ab2c21ee1b51ba0e7b169bd5b53d..5ccf0ba1291d2175ef1bf9dea35ac174b59a24e6 100644 (file)
@@ -86,7 +86,7 @@ Or if you are searching for what changed in just `kernel/sched.c`, just do
 and it will ignore all differences to other files.
 
 The pattern is always the prefix, and is matched exactly.  There are no
-wildcards.  Even stricter, it has to match complete path comonent.
+wildcards.  Even stricter, it has to match a complete path component.
 I.e. "foo" does not pick up `foobar.h`.  "foo" does match `foo/bar.h`
 so it can be used to name subdirectories.