diff options
author | Mohammed Sadiq <pksadiq@users.noreply.github.com> | 2017-08-18 14:22:17 +0000 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2017-08-18 10:29:05 -0400 |
commit | 747c3af52ce68a93a042e39331b71c800a6ea24c (patch) | |
tree | c9777197ab1cd16159a5d75e22a72e34568c421c /docs/markdown | |
parent | ee34f454caddd93ce94baf60e6cb4098fc785b09 (diff) | |
download | meson-747c3af52ce68a93a042e39331b71c800a6ea24c.zip meson-747c3af52ce68a93a042e39331b71c800a6ea24c.tar.gz meson-747c3af52ce68a93a042e39331b71c800a6ea24c.tar.bz2 |
docs: fix typo
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Porting-from-autotools.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Porting-from-autotools.md b/docs/markdown/Porting-from-autotools.md index 91ed5d2..5786e0e 100644 --- a/docs/markdown/Porting-from-autotools.md +++ b/docs/markdown/Porting-from-autotools.md @@ -578,7 +578,7 @@ introspection_sources = [ 'as-tag.c', 'as-tag.h', 'as-utils.c', - 'as-utils.h'] + 'as-utils.h', 'as-version.h'] gnome.generate_gir(asglib, |