Skip to content

Commit

Permalink
documentation: fix some spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Sep 1, 2017
1 parent b35972b commit 2606882
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/coding-conventions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion doc/languages-frameworks/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ By default tests are run because `doCheck = true`. Test dependencies, like
e.g. the test runner, should be added to `buildInputs`.

By default `meta.platforms` is set to the same value
as the interpreter unless overriden otherwise.
as the interpreter unless overridden otherwise.

##### `buildPythonPackage` parameters

Expand Down
2 changes: 1 addition & 1 deletion doc/languages-frameworks/rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ into the `environment.systemPackages` or bring them into scope with
`nix-shell -p rustStable.rustc -p rustStable.cargo`.

There are also `rustBeta` and `rustNightly` package sets available.
These are not updated very regulary. For daily builds use either rustup from
These are not updated very regularly. For daily builds use either rustup from
nixpkgs or use the [Rust nightlies overlay](#using-the-rust-nightlies-overlay).

## Packaging Rust applications
Expand Down

0 comments on commit 2606882

Please sign in to comment.