summary refs log tree commit diff
diff options
context:
space:
mode:
authorWilli Butz <wbutz@cyberfnord.de>2017-05-12 13:47:32 +0200
committerWilli Butz <wbutz@cyberfnord.de>2017-05-12 13:49:06 +0200
commitf5e03f353027216ba2482ec96c218a44ff0cea76 (patch)
treee3215de7675dca70e47da3cd2dacadf7dcff48dd
parentae6f9324cdb62d1cfac641a272b2306c3cdbb4a6 (diff)
downloadnixpkgs-f5e03f353027216ba2482ec96c218a44ff0cea76.tar
nixpkgs-f5e03f353027216ba2482ec96c218a44ff0cea76.tar.gz
nixpkgs-f5e03f353027216ba2482ec96c218a44ff0cea76.tar.bz2
nixpkgs-f5e03f353027216ba2482ec96c218a44ff0cea76.tar.lz
nixpkgs-f5e03f353027216ba2482ec96c218a44ff0cea76.tar.xz
nixpkgs-f5e03f353027216ba2482ec96c218a44ff0cea76.tar.zst
nixpkgs-f5e03f353027216ba2482ec96c218a44ff0cea76.zip
manual: fix typo
-rw-r--r--doc/languages-frameworks/ruby.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/ruby.xml b/doc/languages-frameworks/ruby.xml
index 3c6e4f5e01a..b13da92dcc4 100644
--- a/doc/languages-frameworks/ruby.xml
+++ b/doc/languages-frameworks/ruby.xml
@@ -46,7 +46,7 @@ bundlerEnv rec {
 so it has all the libraries necessary for <literal>sensu</literal> in its paths. The second one can be used to make derivations from custom Ruby scripts which have
 <filename>Gemfile</filename>s with their dependencies specified. It is a derivation with <command>ruby</command> wrapped so it can find all the needed dependencies.
 For example, to make a derivation <literal>my-script</literal> for a <filename>my-script.rb</filename> (which should be placed in <filename>bin</filename>) you should
-run <command>bundix</command> as specified above and then use <literal>bundlerEnv</literal> lile this:</para>
+run <command>bundix</command> as specified above and then use <literal>bundlerEnv</literal> like this:</para>
 
 <programlisting>
 <![CDATA[let env = bundlerEnv {