summary refs log tree commit diff
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2015-09-30 21:26:41 +0200
committerDomen Kožar <domen@dev.si>2015-09-30 21:27:37 +0200
commit5af517518e37e897cc22b0e7505f1d530bcf07b8 (patch)
treec775f836fb5bd920db16e58436687f9934d9029a
parent15760fbabaaab2e14385cd901f95ab9dca87d0f7 (diff)
typos
(cherry picked from commit aca373c6b21afee58f436a25513957d360c60243)
Signed-off-by: Domen Kožar <domen@dev.si>
-rw-r--r--nixos/doc/manual/release-notes/rl-1509.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1509.xml b/nixos/doc/manual/release-notes/rl-1509.xml
index 0ea435c86968d..3a4a2f78545b2 100644
--- a/nixos/doc/manual/release-notes/rl-1509.xml
+++ b/nixos/doc/manual/release-notes/rl-1509.xml
@@ -349,13 +349,13 @@ nix-env -f &quot;&lt;nixpkgs&gt;&quot; -iA haskellPackages.pandoc
 
 <listitem>
   <para>
-    Any use of module argument such as <varname>pkgs</varname> to access
+    Any use of module arguments such as <varname>pkgs</varname> to access
     library functions, or to define <literal>imports</literal> attributes
     will now lead to an infinite loop at the time of the evaluation.
   </para>
 
   <para>
-    In case of infinite loop, use the <command>--show-trace</command>
+    In case of an infinite loop, use the <command>--show-trace</command>
     command line argument and read the line just above the error message.
 
 <screen>