summary refs log tree commit diff
path: root/doc/coding-conventions.xml
diff options
context:
space:
mode:
authorDmitry Kalinkin <dmitry.kalinkin@gmail.com>2017-09-01 13:38:07 -0400
committerDmitry Kalinkin <dmitry.kalinkin@gmail.com>2017-09-01 13:38:07 -0400
commit26068822d801b348fd6d96e730625d394eb56974 (patch)
tree207bd5fe141a4d5a3e279c62d250d16c82aafe08 /doc/coding-conventions.xml
parentb35972b3fa4e844accc01a87b5b8d1e6676d16bd (diff)
downloadnixlib-26068822d801b348fd6d96e730625d394eb56974.tar
nixlib-26068822d801b348fd6d96e730625d394eb56974.tar.gz
nixlib-26068822d801b348fd6d96e730625d394eb56974.tar.bz2
nixlib-26068822d801b348fd6d96e730625d394eb56974.tar.lz
nixlib-26068822d801b348fd6d96e730625d394eb56974.tar.xz
nixlib-26068822d801b348fd6d96e730625d394eb56974.tar.zst
nixlib-26068822d801b348fd6d96e730625d394eb56974.zip
documentation: fix some spelling
Diffstat (limited to 'doc/coding-conventions.xml')
-rw-r--r--doc/coding-conventions.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/coding-conventions.xml b/doc/coding-conventions.xml
index 0457018f7d00..0776e70f14e1 100644
--- a/doc/coding-conventions.xml
+++ b/doc/coding-conventions.xml
@@ -365,7 +365,7 @@ splitting up an existing category.</para>
   <varlistentry>
     <term>If it’s a (set of) <emphasis>tool(s)</emphasis>:</term>
     <listitem>
-      <para>(A tool is a relatively small program, especially one intented
+      <para>(A tool is a relatively small program, especially one intended
       to be used non-interactively.)</para>
       <variablelist>
         <varlistentry>
@@ -608,7 +608,7 @@ evaluate correctly.</para>
 </section>
 <section xml:id="sec-sources"><title>Fetching Sources</title>
   <para>There are multiple ways to fetch a package source in nixpkgs. The
-    general guidline is that you should package sources with a high degree of
+    general guideline is that you should package sources with a high degree of
     availability. Right now there is only one fetcher which has mirroring
     support and that is <literal>fetchurl</literal>. Note that you should also
     prefer protocols which have a corresponding proxy environment variable.