From: brarcher Date: Tue, 4 Feb 2014 00:36:15 +0000 (+0000) Subject: doc: fix typo in check.texi X-Git-Tag: 0.10.0~124 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df13b0e5b3772bf9531f777a0e6bb06d358e4c4a;p=check doc: fix typo in check.texi git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1093 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- diff --git a/doc/check.texi b/doc/check.texi index a524b06..0b07405 100644 --- a/doc/check.texi +++ b/doc/check.texi @@ -358,7 +358,7 @@ integrate these core files into our build system, and will need some additional structure. To manage everything we'll use Autoconf, Automake, and friends (collectively known as Autotools) for this example. Note that one could do something similar with ordinary -Makefiles, or any other builc system. It is in the authors' opinion that +Makefiles, or any other build system. It is in the authors' opinion that it is generally easier to use Autotools than bare Makefiles, and they provide built-in support for running tests.