summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2010-12-25 11:52:04 +0000
committerosa <osa@FreeBSD.org>2010-12-25 11:52:04 +0000
commitf6be3123502a42d4c2c437471cdc6d5a6d14f8ac (patch)
treec919b121d839bfab721c0c5ab390889f30cc6fd8 /usr.bin
parented90afaa23c5496803cf8308eca8572275ff4c9e (diff)
downloadFreeBSD-src-f6be3123502a42d4c2c437471cdc6d5a6d14f8ac.zip
FreeBSD-src-f6be3123502a42d4c2c437471cdc6d5a6d14f8ac.tar.gz
Fix typo (Pashka -> Paskha).
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/calendar/calendar.12
-rw-r--r--usr.bin/calendar/calendar.h2
-rw-r--r--usr.bin/calendar/parsedata.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/calendar/calendar.1 b/usr.bin/calendar/calendar.1
index f251b76..3db5c4f 100644
--- a/usr.bin/calendar/calendar.1
+++ b/usr.bin/calendar/calendar.1
@@ -155,7 +155,7 @@ The names of the recognized special days may be followed by a
positive or negative integer, like:
.Dq Easter+3
or
-.Dq Pashka-4 .
+.Dq Paskha-4 .
.Pp
Weekdays may be followed by ``-4'' ...\& ``+5'' (aliases for
last, first, second, third, fourth) for moving events like
diff --git a/usr.bin/calendar/calendar.h b/usr.bin/calendar/calendar.h
index 8166bae..d01c066 100644
--- a/usr.bin/calendar/calendar.h
+++ b/usr.bin/calendar/calendar.h
@@ -167,7 +167,7 @@ void cal(void);
void closecal(FILE *);
FILE *opencal(void);
-/* ostern.c / pashka.c */
+/* ostern.c / paskha.c */
int paskha(int);
int easter(int);
diff --git a/usr.bin/calendar/parsedata.c b/usr.bin/calendar/parsedata.c
index 5599733..6b86380 100644
--- a/usr.bin/calendar/parsedata.c
+++ b/usr.bin/calendar/parsedata.c
@@ -80,7 +80,7 @@ static char *floattotime(double f);
* ModifierIndex ::= 'Second' | 'Third' | 'Fourth' | 'Fifth' |
* 'First' | 'Last'
*
- * SpecialDay ::= 'Easter' | 'Pashka' | 'ChineseNewYear'
+ * SpecialDay ::= 'Easter' | 'Paskha' | 'ChineseNewYear'
*
*/
static int
OpenPOWER on IntegriCloud