Issue #27076: Doc, comment and tests spelling fixes

Most fixes to Doc/ and Lib/ directories by Ville Skyttä.
This commit is contained in:
Martin Panter 2016-05-26 05:35:26 +00:00
parent eb9aca3c07
commit 46f50726a0
67 changed files with 241 additions and 241 deletions

View file

@ -219,7 +219,7 @@ days_in_month(int year, int month)
return _days_in_month[month];
}
/* year, month -> number of days in year preceeding first day of month */
/* year, month -> number of days in year preceding first day of month */
static int
days_before_month(int year, int month)
{