Fix a few typos

This commit is contained in:
Ivan Kozik
2013-08-11 10:55:53 +00:00
parent d068505b2f
commit 1866619acc
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
<para>The standard build environment in the Nix Packages collection
provides a environment for building Unix packages that does a lot of
provides an environment for building Unix packages that does a lot of
common build tasks automatically. In fact, for Unix packages that use
the standard <literal>./configure; make; make install</literal> build
interface, you dont need to write a build script at all; the standard