]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blobdiff - e2fsck/message.c
Merge branch 'maint' into next
[thirdparty/e2fsprogs.git] / e2fsck / message.c
index 0d47a3a40012a7cd78eb555da0bdd8df8f09c93d..727f71d5f7ad27365d5a725f7000e849f385ef58 100644 (file)
@@ -224,7 +224,7 @@ static void print_time(FILE *f, time_t t)
        static int              do_gmt = -1;
 
 #ifdef __dietlibc__
-               /* The diet libc doesn't respect the TZ environemnt variable */
+               /* The diet libc doesn't respect the TZ environment variable */
                if (do_gmt == -1) {
                        time_str = getenv("TZ");
                        if (!time_str)