summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2014-11-15 20:23:32 +0100
committerDomen Kožar <domen@dev.si>2014-11-15 20:23:32 +0100
commit860035646d73f530007486a2158584b2f8c14f48 (patch)
treeb8fb5e477900a9ce086d8b9af93cbefaead5f3a2 /doc
parente5eb8354d44b9af6615c681e0886774ee05ffe81 (diff)
downloadnixpkgs-860035646d73f530007486a2158584b2f8c14f48.tar
nixpkgs-860035646d73f530007486a2158584b2f8c14f48.tar.gz
nixpkgs-860035646d73f530007486a2158584b2f8c14f48.tar.bz2
nixpkgs-860035646d73f530007486a2158584b2f8c14f48.tar.lz
nixpkgs-860035646d73f530007486a2158584b2f8c14f48.tar.xz
nixpkgs-860035646d73f530007486a2158584b2f8c14f48.tar.zst
nixpkgs-860035646d73f530007486a2158584b2f8c14f48.zip
typos
Diffstat (limited to 'doc')
-rw-r--r--doc/language-support.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/language-support.xml b/doc/language-support.xml
index 67949808ec0..e1049534c6b 100644
--- a/doc/language-support.xml
+++ b/doc/language-support.xml
@@ -426,7 +426,7 @@ are provided with all modules included.</para>
 
 <section xml:id="python-build-env"><title><function>python.buildEnv</function> function</title>
   <para>
-    Create Python envorinments using low-level <function>pkgs.buildEnv</function> function. Example <filename>default.nix</filename>:
+    Create Python environments using low-level <function>pkgs.buildEnv</function> function. Example <filename>default.nix</filename>:
     
     <programlisting language="nix">
     <![CDATA[
@@ -475,7 +475,7 @@ are provided with all modules included.</para>
 <section xml:id="python-tools"><title>Tools</title>
 
 <para>Packages inside nixpkgs are written by hand. However many tools
-exist in community to help save time. No tool is prefered at the moment.
+exist in community to help save time. No tool is preferred at the moment.
 </para>
 
 <itemizedlist>
@@ -535,10 +535,10 @@ exist in community to help save time. No tool is prefered at the moment.
     <programlisting language="bash">$ nix-shell -p pythonPackages.pyramid zlib libjpeg git</programlisting>
   </para>
   
-  <para>
-    Note: there is a boolean value <varname>lib.inNixShell</varname> set to
+  <note><para>
+    There is a boolean value <varname>lib.inNixShell</varname> set to
     <varname>true</varname> if nix-shell is invoked.
-  </para>
+  </para></note>
 
 </section>