Make 'fsck' able to take an arbitrary number of parents on the
[git.git] / show-files.c
index 9c396ec..7d3797f 100644 (file)
@@ -41,7 +41,7 @@ static void add_name(const char *pathname, int len)
  * handle them at all yet. Maybe that will change some day.
  *
  * Also, we currently ignore all names starting with a dot.
- * That likely will not change. 
+ * That likely will not change.
  */
 static void read_directory(const char *path, const char *base, int baselen)
 {
@@ -151,7 +151,7 @@ int main(int argc, char **argv)
                        continue;
                }
 
-               usage("show-files (--[cached|deleted|others|ignoded])*");
+               usage("show-files (--[cached|deleted|others|ignored])*");
        }
 
        /* With no flags, we default to showing the cached files */