+2008-01-19 NightStrike <nightstrike@gmail.com>
+
+ * doc/automake.texi (Dependency Tracking): Fix typo.
+
2008-01-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* lib/config-ml.in, lib/config.guess, lib/config.sub,
Some compilers do not offer any practical way to derive the list of
dependencies as a side-effect of the compilation, requiring a separate
run (maybe of another tool) to compute these dependencies. The
-performance penalty implied my these methods is important enough to
+performance penalty implied by these methods is important enough to
disable them by default. The option @option{--enable-dependency-tracking}
must be passed to @command{configure} to activate them.