summaryrefslogtreecommitdiff
path: root/libmailutils/datetime
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-11-20 00:59:02 +0200
committerSergey Poznyakoff <gray@gnu.org>2021-11-20 00:59:02 +0200
commitf10431e7fd3cd3378b5442125382f86a9566b205 (patch)
tree60376ecbba11d08e19c07010664fa178313c8105 /libmailutils/datetime
parent7c1a6a2523f50606adeb49a4a0c1a0ebfd6f704d (diff)
downloadmailutils-f10431e7fd3cd3378b5442125382f86a9566b205.tar.gz
mailutils-f10431e7fd3cd3378b5442125382f86a9566b205.tar.bz2
Fix typos
Diffstat (limited to 'libmailutils/datetime')
-rw-r--r--libmailutils/datetime/scantime.c2
-rw-r--r--libmailutils/datetime/streamftime.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/libmailutils/datetime/scantime.c b/libmailutils/datetime/scantime.c
index 3c4f755f9..ca07ac8f4 100644
--- a/libmailutils/datetime/scantime.c
+++ b/libmailutils/datetime/scantime.c
@@ -570,7 +570,7 @@ mu_scan_datetime (const char *input, const char *fmt,
case 'z':
/*
* The time-zone as hour offset from GMT.
- * Notice, that unless '+' or '-' is used explicitely, the
+ * Notice, that unless '+' or '-' is used explicitly, the
* time-zone in this form can be confused with the year.
* However, no one possibly expects emails dated 13th century
* and earlier, so the possibility of such confusion is
diff --git a/libmailutils/datetime/streamftime.c b/libmailutils/datetime/streamftime.c
index 74e13e149..28b4eaedd 100644
--- a/libmailutils/datetime/streamftime.c
+++ b/libmailutils/datetime/streamftime.c
@@ -400,7 +400,7 @@ mu_c_streamftime (mu_stream_t str, const char *fmt, struct tm *input_tm,
break;
case '$':
- /* Ignored for compatibilty with mu_scan_datetime */
+ /* Ignored for compatibility with mu_scan_datetime */
break;
case '+':

Return to:

Send suggestions and report system problems to the System administrator.