lib: trivial spelling fixes

This commit is contained in:
Tom Saeger
2017-04-19 19:37:55 -05:00
parent e662e035f9
commit 5989515b94
10 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -126,8 +126,8 @@ rec {
*/
makePerlPath = makeSearchPathOutput "lib" "lib/perl5/site_perl";
/* Dependening on the boolean `cond', return either the given string
or the empty string. Useful to contatenate against a bigger string.
/* Depending on the boolean `cond', return either the given string
or the empty string. Useful to concatenate against a bigger string.
Example:
optionalString true "some-string"