mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-04-28 06:33:36 +00:00
parse-datetime: Fix typo.
* lib/parse-datetime.y: Fix typo.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2026-03-08 Collin Funk <collin.funk1@gmail.com>
|
||||
|
||||
parse-datetime: Fix typo.
|
||||
* lib/parse-datetime.y: Fix typo.
|
||||
|
||||
stdbit-h: Fix generated header substitutions (regr. today).
|
||||
* m4/stdbit_h.m4 (gl_STDBIT_H_REQUIRE_DEFAULTS): Adjust the variable
|
||||
names with 's/_GL_/_/' as expected by the Makefile.am snippet.
|
||||
|
||||
@@ -1116,7 +1116,7 @@ static table const relative_time_table[] =
|
||||
|
||||
/* The universal time zone table. These labels can be used even for
|
||||
timestamps that would not otherwise be valid, e.g., GMT timestamps
|
||||
oin London during summer. */
|
||||
in London during summer. */
|
||||
static table const universal_time_zone_table[] =
|
||||
{
|
||||
{ "GMT", tZONE, HOUR ( 0) }, /* Greenwich Mean */
|
||||
|
||||
Reference in New Issue
Block a user