Codebase list libhdate / ec7f43c
typos_output.patch: renamed typos.patch. More typos from Lintian. Tzafrir Cohen 7 years ago
2 changed file(s) with 56 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
44 * misc:Pre-Depends' instead of multiarch-support
55 * Build-Depend on dh-python
66 * HTTPS VCS browser URL.
7 * typos_output.patch: renamed typos.patch. More typos from Lintian.
78
89 -- Tzafrir Cohen <tzafrir@debian.org> Tue, 24 Jan 2017 15:30:24 +0200
910
0 Description: typo: "ouput" (Lintian)
0 Description: typos reported by Lintian
11 Author: Tzafrir Cohen <tzafrir@debian.org>
22
33 --- a/examples/hcal/hdate.c
142142 "# Shabbat times, parshiot, and choice of Israel/diaspora hoidays.\n"
143143 "#SUNSET_AWARE=TRUE\n"
144144 "# LATITUDE and LONGITUDE may be in decimal format or in the form\n"
145 --- a/docs/man/man3/hdate.h.3
146 +++ b/docs/man/man3/hdate.h.3
147 @@ -290,7 +290,7 @@ use long strings flag
148 .PP
149 for hdate_get_int_string_ and hdate_get_int_wstring \fBNote:\fP
150 .RS 4
151 -How large should the buffer be? Hebrew year 10,999 would be י'תתקצ"ט, eight characters, each two bytes, plus an end-of-string delimiter, equals 17\&. This could effectively yield a range extending to Hebrew year 11,899, י'א תתצ'ט, due to the extra ק needed for the '900' century\&. However, for readability, I would want a an extra space at that point between the millenium and the century\&.\&.\&.
152 +How large should the buffer be? Hebrew year 10,999 would be י'תתקצ"ט, eight characters, each two bytes, plus an end-of-string delimiter, equals 17\&. This could effectively yield a range extending to Hebrew year 11,899, י'א תתצ'ט, due to the extra ק needed for the '900' century\&. However, for readability, I would want a an extra space at that point between the millennium and the century\&.\&.\&.
153 .RE
154 .PP
155
156 @@ -386,7 +386,7 @@ pointer to this hdate struct
157 Return a string, with the hebrew date\&. \fBReturns:\fP
158 .RS 4
159 NULL pointer upon failure or, upon success, a pointer to a string containing the short ( e\&.g\&. '1 Tishrey' ) or long (e\&.g\&. 'Tuesday
160 - 18 Tishrey 5763 Hol hamoed Sukot' ) formated date\&. You must free() the pointer after use\&.
161 + 18 Tishrey 5763 Hol hamoed Sukot' ) formatted date\&. You must free() the pointer after use\&.
162 .RE
163 .PP
164 \fBParameters:\fP
165 --- a/docs/man/man3/hdate_Hdate.3
166 +++ b/docs/man/man3/hdate_Hdate.3
167 @@ -36,7 +36,7 @@ hdate::Hdate \- \fBHdate\fP class.
168 .ti -1c
169 .RI "char * \fBget_format_date\fP (int s)"
170 .br
171 -.RI "\fIget formated hebrew date. \fP"
172 +.RI "\fIget formatted hebrew date. \fP"
173 .ti -1c
174 .RI "char * \fBget_day_of_week_string\fP (int s)"
175 .br
176 @@ -231,9 +231,9 @@ compute date structure from the Julian d
177
178 .SS "char* hdate::Hdate::get_format_date (int s)\fC [inline]\fP"
179 .PP
180 -get formated hebrew date.
181 +get formatted hebrew date.
182 .PP
183 -return the short ( e.g. '1 Tishrey' ) or long (e.g. 'Tuesday 18 Tishrey 5763 Hol hamoed Sukot' ) formated date.
184 +return the short ( e.g. '1 Tishrey' ) or long (e.g. 'Tuesday 18 Tishrey 5763 Hol hamoed Sukot' ) formatted date.
185 .PP
186 \fBParameters:\fP
187 .RS 4
188 --- a/src/hdate.h
189 +++ b/src/hdate.h
190 @@ -61,7 +61,7 @@ extern "C"
191 yield a range extending to Hebrew year 11,899, י"א תתצ"ט,
192 due to the extra ק needed for the '900' century. However,
193 for readability, I would want a an extra space at that
194 - point between the millenium and the century...
195 + point between the millennium and the century...
196 */
197 #define HEBREW_NUMBER_BUFFER_SIZE 17
198 #define HEBREW_WNUMBER_BUFFER_SIZE 9