]> git.eshelyaron.com Git - emacs.git/commitdiff
; Spelling fix in comment.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 20 Feb 2025 17:42:33 +0000 (09:42 -0800)
committerEshel Yaron <me@eshelyaron.com>
Thu, 20 Feb 2025 21:44:16 +0000 (22:44 +0100)
(cherry picked from commit 241e8e5fcf8b4624dc39890a8749f7574a8a6398)

src/timefns.c

index 69b0393127501db985a957b8cef733b1e0e45405..4d296ff8dcdd612d7263b426a2895b7a7df07b51 100644 (file)
@@ -2057,7 +2057,7 @@ emacs_setenv_TZ (const char *tzstring)
   /* Happily, there are no threads on MS-DOS that might be contending
      with Emacs for access to TZ.  Call putenv to modify TZ: the code
      above is not only unnecessary but results in modifications being
-     ommitted in consequence of an internal environment counter
+     omitted in consequence of an internal environment counter
      remaining unchanged despite DJGPP being all too ready to reuse
      preexisting environment storage.  */
   USE_SAFE_ALLOCA;