From 34bb806f747d5edc16119e38e2ac44e6b236ac12 Mon Sep 17 00:00:00 2001 From: Ivan Kozik Date: Sat, 10 Aug 2013 21:36:16 +0000 Subject: Fix typos, especially those that end up in the Nix manual --- doc/manual/writing-nix-expressions.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/manual/writing-nix-expressions.xml') diff --git a/doc/manual/writing-nix-expressions.xml b/doc/manual/writing-nix-expressions.xml index 80e7fd03748a..76007fe28feb 100644 --- a/doc/manual/writing-nix-expressions.xml +++ b/doc/manual/writing-nix-expressions.xml @@ -617,7 +617,7 @@ Laziness means that arguments to functions are evaluated only when they are needed. Functional means that functions are normal values that can be passed around and manipulated in interesting ways. The language is not a full-featured, general -purpose language. It's main job is to describe packages, +purpose language. Its main job is to describe packages, compositions of packages, and the variability within packages. @@ -723,7 +723,7 @@ configureFlags = " '', i.e., ''${. '' can be escaped by prefixing it with ', i.e., '''. Finally, - linefeed, carriage-return and tab characters can be writted as + linefeed, carriage-return and tab characters can be written as ''\n, ''\r, ''\t. @@ -775,7 +775,7 @@ stdenv.mkDerivation { absolute at parse time relative to the directory of the Nix expression that contained it. For instance, if a Nix expression in /foo/bar/bla.nix refers to - ../xyzzy/fnord.nix, the absolutised path is + ../xyzzy/fnord.nix, the absolute path is /foo/xyzzy/fnord.nix. Booleans with values -- cgit 1.4.1