]> granicus.if.org Git - check/commitdiff
doc: fix typo in check.texi
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Tue, 4 Feb 2014 00:36:15 +0000 (00:36 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Tue, 4 Feb 2014 00:36:15 +0000 (00:36 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1093 64e312b2-a51f-0410-8e61-82d0ca0eb02a

doc/check.texi

index a524b061d45bee1e23611b4671b9cf1f75a82d07..0b07405a2d10236726f760d66ad32909e3d6b87d 100644 (file)
@@ -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.