From 8366310daf6f7fdc874255ac450ef0ad064e7b12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonin=20D=C3=A9cimo?= Date: Mon, 28 Jan 2019 10:58:14 +0100 Subject: [PATCH] Fix small misspellings --- Doxyfile | 2 +- bin/compton-trans | 2 +- meson_options.txt | 2 +- src/c2.c | 2 +- src/render.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Doxyfile b/Doxyfile index eddba846..741325c7 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1674,7 +1674,7 @@ UML_LOOK = NO # the class node. If there are many fields or methods and many nodes the # graph may become too big to be useful. The UML_LIMIT_NUM_FIELDS # threshold limits the number of items for each type to make the size more -# managable. Set this to 0 for no limit. Note that the threshold may be +# manageable. Set this to 0 for no limit. Note that the threshold may be # exceeded by 50% before the limit is enforced. UML_LIMIT_NUM_FIELDS = 10 diff --git a/bin/compton-trans b/bin/compton-trans index db41cf18..af2d3309 100755 --- a/bin/compton-trans +++ b/bin/compton-trans @@ -50,7 +50,7 @@ for v in "$@"; do done # This takes into account the fact that getopts stops on -# any argument it doesn't recongize or errors on. This +# any argument it doesn't recognize or errors on. This # allows for things like `compton-trans -5` as well # as `compton-trans -c +5 -s` (contrived example). while test $# -gt 0; do diff --git a/meson_options.txt b/meson_options.txt index 1a15445d..c2dd63d4 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -6,7 +6,7 @@ option('regex', type: 'boolean', value: true, description: 'Enable regex support option('vsync_drm', type: 'boolean', value: false, description: 'Enable support for using drm for vsync') option('opengl', type: 'boolean', value: true, description: 'Enable features that require opengl (opengl backend, and opengl vsync methods)') -option('dbus', type: 'boolean', value: true, description: 'Enable suport for D-Bus remote control') +option('dbus', type: 'boolean', value: true, description: 'Enable support for D-Bus remote control') option('xrescheck', type: 'boolean', value: false, description: 'Enable X resource leak checker (for debug only)') diff --git a/src/c2.c b/src/c2.c index 3ea8a4be..7ae66c85 100644 --- a/src/c2.c +++ b/src/c2.c @@ -19,7 +19,7 @@ #ifdef CONFIG_REGEX_PCRE #include -// For compatiblity with reg_ignore); pixman_region32_intersect(®_tmp, ®_tmp, &bshape);