diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2017-11-27 01:36:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-27 01:36:43 +0200 |
commit | 11f1fc913d32adfd15b4d65cb25f06183361781b (patch) | |
tree | 4ff0f989596d10839bf5d0bb0afccf6ca789ca25 /docs/markdown/Reference-manual.md | |
parent | 4ca1e8638c3f2bc7411ddc930cc8c995c163bc1a (diff) | |
parent | 9775e2b40d5b51af0910c203228c7b9651b07caa (diff) | |
download | meson-11f1fc913d32adfd15b4d65cb25f06183361781b.zip meson-11f1fc913d32adfd15b4d65cb25f06183361781b.tar.gz meson-11f1fc913d32adfd15b4d65cb25f06183361781b.tar.bz2 |
Merge pull request #2690 from jsoref/spelling
Spelling
Diffstat (limited to 'docs/markdown/Reference-manual.md')
-rw-r--r-- | docs/markdown/Reference-manual.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index 2aa9665..3fac0ff 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -430,7 +430,7 @@ be passed to [shared and static libraries](#library). `project`'s `default_options` overriding the values of these options for this target only, since 0.40.0 - `d_import_dirs` list of directories to look in for string imports used - in the D programmling language + in the D programming language - `d_unittest`, when set to true, the D modules are compiled in debug mode - `d_module_versions` list of module versions set when compiling D sources |