summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRommel M. Martinez <ebzzry@gmail.com>2015-08-30 23:38:15 +0800
committerVladimír Čunát <vcunat@gmail.com>2015-08-30 18:11:57 +0200
commit23a00d212f91288ee34b0b403f8aa9bd933ac092 (patch)
tree831a43853d0f85367c65af8a962e94594fce1360 /doc
parente67a0119e22f472f1001d58ff6b1c99afa401173 (diff)
doc/haskell: fix typos (close #9561)
Diffstat (limited to 'doc')
-rw-r--r--doc/haskell-users-guide.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/haskell-users-guide.xml b/doc/haskell-users-guide.xml
index 35eac42e0cfb..803efbab695a 100644
--- a/doc/haskell-users-guide.xml
+++ b/doc/haskell-users-guide.xml
@@ -95,7 +95,7 @@ $ nix-env -qaP coreutils
nixos.coreutils coreutils-8.23
</programlisting>
<para>
- If your system responds like that (most NixOS installatios will),
+ If your system responds like that (most NixOS installations will),
then the attribute path to <literal>haskellPackages</literal> is
<literal>nixos.haskellPackages</literal>. Thus, if you want to
use <literal>nix-env</literal> without giving an explicit
@@ -812,7 +812,7 @@ export NIX_CFLAGS_LINK=&quot;-L/usr/lib&quot;
<para>
<link xlink:href="http://lists.science.uu.nl/pipermail/nix-dev/2015-April/016912.html">Part
3</link> describes the infrastructure that keeps the
- Haskell package set in Nixpkgs uptodate.
+ Haskell package set in Nixpkgs up-to-date.
</para>
</listitem>
</itemizedlist>