parse-datetime: Fix typo.
authorSimon Josefsson <simon@josefsson.org>
Wed, 31 Aug 2016 12:27:04 +0000 (14:27 +0200)
committerSimon Josefsson <simon@josefsson.org>
Wed, 31 Aug 2016 12:27:23 +0000 (14:27 +0200)
* lib/parse-datetime.y (parse_datetime2): Fix typo.

ChangeLog
lib/parse-datetime.y

index 5c9f404681fd0c956654ae44f3f6a15682ee8ce6..08365da617e55b96e887ac2c7381f7c548b6c55a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-08-31  Simon Josefsson  <simon@josefsson.org>
+
+       parse-datetime: Fix typo.
+       * lib/parse-datetime.y (parse_datetime2): Fix typo.
+
 2016-08-30  Paul Eggert  <eggert@cs.ucla.edu>
 
        intprops: tune INT_NEGATE_OVERFLOW for GCC 5 and 6
index 875048b1ca7698e8ee401e3d8fee8cfa71e5b8a4..152cb412c93b9b29734b9f8259f22eb647ef750f 100644 (file)
@@ -2242,7 +2242,7 @@ parse_datetime2 (struct timespec *result, char const *p,
           /* Special case: using 'date -u' simply set TZ=UTC0 */
           if (STREQ(tz_env,"UTC0"))
             {
-              tz_src = _("TZ=UTC0 envionment value or -u");
+              tz_src = _("TZ=UTC0 environment value or -u");
             }
           else
             {