File: fix_spelling.diff

package info (click to toggle)
itools 1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 512 kB
  • sloc: ansic: 1,465; perl: 388; sh: 18; makefile: 11
file content (28 lines) | stat: -rw-r--r-- 1,183 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Description: fix spelling errors
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Index: itools/doc/ical.1
===================================================================
--- itools.orig/doc/ical.1	2017-10-31 01:31:00.787467854 +0100
+++ itools/doc/ical.1	2017-10-31 04:24:04.253040919 +0100
@@ -61,7 +61,7 @@
 (Gregorian starts on Sunday, Hijri starts on Saturday)
 .TP
 .B \-d, \-\-dual
-Show both converstion from and to calendar months simultaneously
+Show both conversion from and to calendar months simultaneously
 .SH BACKGROUND
 The Hijri calendar is used in most of the Arab world and is the symbolic
 calendar of the Islamic faithed worldwide.  This calendar is known as
Index: itools/ipraytime.c
===================================================================
--- itools.orig/ipraytime.c	2017-10-31 04:21:53.908519049 +0100
+++ itools/ipraytime.c	2017-10-31 04:23:48.836979197 +0100
@@ -446,7 +446,7 @@
          error(1, "Exiting, Unable to process file specified with --file \n");
    }
    else
-      error(1, "Exiting, invalid arugment to --file \n");
+      error(1, "Exiting, invalid argument to --file \n");
 
 }