diff options
author | Guilherme Janczak <guilherme.janczak@yandex.com> | 2022-11-11 02:27:52 +0000 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2022-11-10 21:56:06 -0500 |
commit | 3336cc8b27cb0ece5d699b7329669ce13be76f61 (patch) | |
tree | 411cfa1a96f2801fc3f67d5768f84c42a50baecc /docs/markdown | |
parent | b78ebc67411c52b82af5a406acdd4d0c217268e1 (diff) | |
download | meson-3336cc8b27cb0ece5d699b7329669ce13be76f61.zip meson-3336cc8b27cb0ece5d699b7329669ce13be76f61.tar.gz meson-3336cc8b27cb0ece5d699b7329669ce13be76f61.tar.bz2 |
fix typo
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Dependencies.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Dependencies.md b/docs/markdown/Dependencies.md index 64cd24f..88a1dbd 100644 --- a/docs/markdown/Dependencies.md +++ b/docs/markdown/Dependencies.md @@ -392,7 +392,7 @@ both `ncurses` (preferred) and other curses implementations. *New in 0.56.0* The `config-tool` and `system` methods. -To define some of the the preprocessor symbols mentioned in the +To define some of the preprocessor symbols mentioned in the [curses autoconf documentation](http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=blob_plain;f=m4/ax_with_curses.m4): ```meson |