summaryrefslogtreecommitdiffstats
path: root/usr.bin/calendar/parsedata.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/calendar/parsedata.c')
-rw-r--r--usr.bin/calendar/parsedata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/calendar/parsedata.c b/usr.bin/calendar/parsedata.c
index 4586973..1a19164 100644
--- a/usr.bin/calendar/parsedata.c
+++ b/usr.bin/calendar/parsedata.c
@@ -274,7 +274,7 @@ determinestyle(char *date, int *flags,
/* If both the month and date are specified as numbers */
if (isonlydigits(p1, 1) && isonlydigits(p2, 0)) {
- /* Now who wants to be this ambigious? :-( */
+ /* Now who wants to be this ambiguous? :-( */
int m, d;
if (strchr(p2, '*') != NULL)
OpenPOWER on IntegriCloud