diff options
author | Josh Soref <jsoref@users.noreply.github.com> | 2017-11-26 05:57:58 +0000 |
---|---|---|
committer | Josh Soref <jsoref@users.noreply.github.com> | 2017-11-26 05:57:58 +0000 |
commit | 7d1a1fd5b0ec4c8d93c3ae6709e59720f881e5c8 (patch) | |
tree | 6209aef4b4e75610d0ceddec784f1b4d0b46a7ee /docs/markdown | |
parent | 7771d267f5986135f38075e2aa86444e77fcff9e (diff) | |
download | meson-7d1a1fd5b0ec4c8d93c3ae6709e59720f881e5c8.zip meson-7d1a1fd5b0ec4c8d93c3ae6709e59720f881e5c8.tar.gz meson-7d1a1fd5b0ec4c8d93c3ae6709e59720f881e5c8.tar.bz2 |
spelling: programming
Diffstat (limited to 'docs/markdown')
-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 |