summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Grenville <pyxlcy@gmail.com>2014-08-06 07:32:18 +0800
committerRichard Grenville <pyxlcy@gmail.com>2014-08-06 07:32:53 +0800
commit42448622a0c442789f949f4bedf5b3623655bb3b (patch)
tree3cd66265d51c75c449e8a161ffc55ec85ca8cdfd
parentebab3dc5061e58da34eed227e8f98965bdd1bc30 (diff)
downloadtdebase-42448622a0c442789f949f4bedf5b3623655bb3b.tar.gz
tdebase-42448622a0c442789f949f4bedf5b3623655bb3b.zip
Misc: Fix spelling mistakes
Still, "Guassian" -> "Gaussian". (#221)
-rw-r--r--common.h2
-rw-r--r--compton.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/common.h b/common.h
index 066284e77..9c352acba 100644
--- a/common.h
+++ b/common.h
@@ -216,7 +216,7 @@
#define MS_PER_SEC 1000
#define XRFILTER_CONVOLUTION "convolution"
-#define XRFILTER_GUASSIAN "gaussian"
+#define XRFILTER_GAUSSIAN "gaussian"
#define XRFILTER_BINOMIAL "binomial"
/// @brief Maximum OpenGL FBConfig depth.
diff --git a/compton.c b/compton.c
index f545b0dfb..a29fd8724 100644
--- a/compton.c
+++ b/compton.c
@@ -4628,7 +4628,7 @@ usage(int ret) {
" The element in the center must not be included, it will be forever\n"
" 1.0 or changing based on opacity, depending on whether you have\n"
" --blur-background-fixed.\n"
- " A 7x7 Guassian blur kernel looks like:\n"
+ " A 7x7 Gaussian blur kernel looks like:\n"
" --blur-kern '7,7,0.000003,0.000102,0.000849,0.001723,0.000849,0.000102,0.000003,0.000102,0.003494,0.029143,0.059106,0.029143,0.003494,0.000102,0.000849,0.029143,0.243117,0.493069,0.243117,0.029143,0.000849,0.001723,0.059106,0.493069,0.493069,0.059106,0.001723,0.000849,0.029143,0.243117,0.493069,0.243117,0.029143,0.000849,0.000102,0.003494,0.029143,0.059106,0.029143,0.003494,0.000102,0.000003,0.000102,0.000849,0.001723,0.000849,0.000102,0.000003'\n"
" Up to 4 blur kernels may be specified, separated with semicolon, for\n"
" multi-pass blur.\n"