selftest/Samba4: make use of get_cmd_env_vars() to setup all relevant env variables
[samba.git] / source3 / modules / getdate.c
index 10e46789ccf9df291515609685a2108cccdb78d3..763ff934628e96d9936b1339a38e7d5e2ec8cc72 100644 (file)
@@ -214,7 +214,7 @@ struct parser_control
   int times_seen;
   int zones_seen;
 
-  /* Table of local time zone abbrevations, terminated by a null entry.  */
+  /* Table of local time zone abbreviations, terminated by a null entry.  */
   table local_time_zone_table[3];
 };
 
@@ -2586,7 +2586,7 @@ get_date (const char *p, const time_t *now)
       && ! strcmp (pc.local_time_zone_table[0].name,
                   pc.local_time_zone_table[1].name))
     {
-      /* This locale uses the same abbrevation for standard and
+      /* This locale uses the same abbreviation for standard and
         daylight times.  So if we see that abbreviation, we don't
         know whether it's daylight time.  */
       pc.local_time_zone_table[0].value = -1;