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 | |
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')
-rw-r--r-- | docs/markdown/Conference-presentations.md | 2 | ||||
-rw-r--r-- | docs/markdown/Reference-manual.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Conference-presentations.md b/docs/markdown/Conference-presentations.md index 15e4396..abfc52f 100644 --- a/docs/markdown/Conference-presentations.md +++ b/docs/markdown/Conference-presentations.md @@ -8,7 +8,7 @@ - GStreamer conference 2015, [Done in 6.0 seconds](https://gstconf.ubicast.tv/videos/done-in-60-seconds-a-new-build-system-for-gstreamer) (jpakkane) -- LCA 2016, [Builds, dependencies and deployment in the modern multiplatform world](https://www.youtube.com/watch?v=CTJtKtQ8R5k&feature=youtu.be) (jpakkane) +- LCA 2016, [Builds, dependencies and deployment in the modern multiplatform world](https://www.youtube.com/watch?v=CTJtKtQ8R5k) (jpakkane) - GUADEC 2016, [Making your GNOME app compile 2.4x faster](https://media.ccc.de/v/44-making_your_gnome_app_compile_24x_faster) (nirbheek) 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 |