1
0
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:
Collin Funk
2026-03-08 21:02:23 -07:00
parent dbc80047d2
commit 3a2e1b528b
2 changed files with 4 additions and 1 deletions

View File

@@ -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.

View File

@@ -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 */