(Wildcard Pitfall): Fixed typo.
authorRoland McGrath <roland@redhat.com>
Thu, 21 Apr 1994 01:21:39 +0000 (01:21 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 21 Apr 1994 01:21:39 +0000 (01:21 +0000)
make.texinfo

index 1bb1fbf26463a7e8e90d63e4afcc6418493ec291..fcbd5c703f89b0e12a9b988f75986423bdece8ea 100644 (file)
@@ -1551,7 +1551,7 @@ necessary.
 
 But what if you delete all the @samp{.o} files?  When a wildcard matches
 no files, it is left as it is, so then @file{foo} will depend on the
-oddly-named file @file{*.o}.  Since so such file is likely to exist,
+oddly-named file @file{*.o}.  Since no such file is likely to exist,
 @code{make} will give you an error saying it cannot figure out how to
 make @file{*.o}.  This is not what you want!