From 9c0d17d06b3eefee8a3326b05d0407b0c7afdd75 Mon Sep 17 00:00:00 2001 From: Patrick Collins Date: Sat, 9 Mar 2019 21:35:00 -0500 Subject: [PATCH] fix typo writeen -> written --- man/compton.1.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/compton.1.asciidoc b/man/compton.1.asciidoc index 00e259b..9a24248 100644 --- a/man/compton.1.asciidoc +++ b/man/compton.1.asciidoc @@ -74,7 +74,7 @@ OPTIONS Set the log level. Possible values are "TRACE", "DEBUG", "INFO", "WARN", "ERROR", in increasing level of importance. Case doesn't matter. *--log-file*:: - Set the log file. If *--log-file* is never specified, logs will be written to stderr. Otherwise, logs will to writeen to the given file, though some of the early logs might still be written to the stderr. When setting this option from the config file, it is recommended to use an absolute path. + Set the log file. If *--log-file* is never specified, logs will be written to stderr. Otherwise, logs will to written to the given file, though some of the early logs might still be written to the stderr. When setting this option from the config file, it is recommended to use an absolute path. *--experimental-backends*:: Use the new, reimplemented version of the backends. The new backends are HIGHLY UNSTABLE at this point, you have been warned. This option is not available in the config file.