summaryrefslogtreecommitdiffstats
path: root/misc-utils/cal.c
diff options
context:
space:
mode:
authorRuediger Meier2016-11-30 15:16:45 +0100
committerRuediger Meier2016-12-01 00:01:43 +0100
commit12f17a23dfdf51b2cad3dfa48868b385aa19c4af (patch)
tree26af8c5fcfa2593d1d8d61183cd27716529f8819 /misc-utils/cal.c
parentmisc: spelling, always use "cannot" instead of "can not" (diff)
downloadkernel-qcow2-util-linux-12f17a23dfdf51b2cad3dfa48868b385aa19c4af.tar.gz
kernel-qcow2-util-linux-12f17a23dfdf51b2cad3dfa48868b385aa19c4af.tar.xz
kernel-qcow2-util-linux-12f17a23dfdf51b2cad3dfa48868b385aa19c4af.zip
misc: fix typos using codespell
# command used was: $ ~/src/codespell/codespell \ -w -D /home/rudi/src/codespell/build/lib/codespell_lib/data/dictionary.txt \ $(git ls-files | grep -v "^po/\|\.xz$\|\.gz$\|\.bz2$\|\.img$\|^Documentation/releases/") BTW some manually grammer fixes: s/uses/used/ s/begin/beginning/ Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
Diffstat (limited to 'misc-utils/cal.c')
-rw-r--r--misc-utils/cal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc-utils/cal.c b/misc-utils/cal.c
index 5e7b356c8..0e2f0d4a0 100644
--- a/misc-utils/cal.c
+++ b/misc-utils/cal.c
@@ -206,7 +206,7 @@ struct cal_control {
const char *abbr_month[MONTHS_IN_YEAR]; /* abbreviated month names */
int colormode; /* day and week number highlight */
- int num_months; /* number of requested monts */
+ int num_months; /* number of requested months */
int span_months; /* span the date */
int months_in_row; /* number of months horizontally in print out */
int weekstart; /* day the week starts, often Sun or Mon */