From fee3bd0d276c97942a3cd042782b5005663e800c Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Sun, 19 May 2024 17:24:13 +0100 Subject: [PATCH] wmclockmon: fix typos pointed out by Lintian. In particular, we had spelling-error-in-binary and spelling-error-in-manpage warnings. --- wmclockmon/doc/wmclockmon-config.1 | 2 +- wmclockmon/doc/wmclockmon.1 | 12 ++++++------ wmclockmon/wmclockmon-config/configfile.h | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/wmclockmon/doc/wmclockmon-config.1 b/wmclockmon/doc/wmclockmon-config.1 index 40f0f29..fc24552 100644 --- a/wmclockmon/doc/wmclockmon-config.1 +++ b/wmclockmon/doc/wmclockmon-config.1 @@ -40,7 +40,7 @@ load specified configuration file .SH FILE .B wmclockmon\-config -uses one default file : ~/.wmclockmonrc. Empty lines or lines begining +uses one default file : ~/.wmclockmonrc. Empty lines or lines beginning with a # are ignored. diff --git a/wmclockmon/doc/wmclockmon.1 b/wmclockmon/doc/wmclockmon.1 index 5d45cad..d9274a8 100644 --- a/wmclockmon/doc/wmclockmon.1 +++ b/wmclockmon/doc/wmclockmon.1 @@ -63,7 +63,7 @@ a file is given at command\-line (with the \-f option), its options will override those given before. Alarms can be added automatically with the included calendar (see below and -wmclockmon-cal(1) for more informations). Moreover the today's calendar can +wmclockmon-cal(1) for more information). Moreover the today's calendar can be displayed at startup or at 00:00. In that order, the \fIMessageCmd\fP option is used. @@ -128,9 +128,9 @@ command to display messages when an alarm raises. .TP .B \-s, \-\-style style to use for display. If \-sd is given, there is no need to give an -extention since it is automatically given (\fI.mwcs\fP). Using this option +extension since it is automatically given (\fI.mwcs\fP). Using this option to a \fI.mwcs\fP file automatically sets the styles directory if not already -given. A subsequent use of \-sd will overwrite it. Using another extention +given. A subsequent use of \-sd will overwrite it. Using another extension may give erroneous results. .TP .B \-sd, \-\-style\-dir @@ -146,7 +146,7 @@ load configuration file. don't use the current locale (use the C locale instead). .TP .B \-l, \-\-label -use a label instead of the current date (usefull if you have multiple +use a label instead of the current date (useful if you have multiple instances running different timezones). .TP .B \-sc, \-\-show\-cal @@ -158,7 +158,7 @@ load calendar alarms for today. .SH FILES .B wmclockmon -uses one default file : ~/.wmclockmonrc. Empty lines or lines begining +uses one default file : ~/.wmclockmonrc. Empty lines or lines beginning with a # are ignored. Entries are summarized below (default value in parenthesis). Booleans can be either 1/0, true/false, yes/no or on/off, case insensitive. A sample file is given in the source package. @@ -224,7 +224,7 @@ files and several pixmaps files : a main style file, a parts style file, a letters style file and a internet time style file. Each of them contains several variables and their associated values. If only the main style file have its extension fixed to \fI.mwcs\fP, the others can have whatever name -you want but using those given is usefull for understanding :) +you want but using those given is useful for understanding :) .SS MAIN STYLE FILE (.mwcs) diff --git a/wmclockmon/wmclockmon-config/configfile.h b/wmclockmon/wmclockmon-config/configfile.h index c037bef..47cffa8 100644 --- a/wmclockmon/wmclockmon-config/configfile.h +++ b/wmclockmon/wmclockmon-config/configfile.h @@ -7,7 +7,7 @@ char *configfile = "# AUTOGENERATED configuration file for wmmclockmon\n" - "# empty lines or lines begining with # are ignored\n" + "# empty lines or lines beginning with # are ignored\n" "# booleans can take the next values : 0 1 true false yes no on off\n" "# and are case insensitive\n" "\n" -- 2.11.4.GIT