summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2018-05-25 01:50:26 -0500
committerGary Kramlich <grim@reaperworld.com>2018-05-25 01:50:26 -0500
commitfb3c5903ffe6fac84ca8f813650fa5e56b65e3cc (patch)
tree0397d2fbb774339ebc4b746d47834e56088daaac /meson_options.txt
parentda77e02082cbe51e76b05cfb99857ef4fec622de (diff)
downloadpidgin-fb3c5903ffe6fac84ca8f813650fa5e56b65e3cc.tar.gz
Fix a typo in the meson options
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 9f9caf0937..44413a0577 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -18,7 +18,7 @@ option('doc', type : 'boolean', value : false,
description : 'build documentation with gtk-doc')
option('enchant', type : 'boolean', value : true,
- description : 'compile with Enchange spell checking support')
+ description : 'compile with Enchant spell checking support')
option('gevolution', type : 'boolean', value : false,
description : 'compile with the Evolution plugin')