Whamcloud - gitweb
debugfs: output large directory size
[tools/e2fsprogs.git] / debugfs / util.c
index 5f101f4..452de74 100644 (file)
@@ -210,7 +210,7 @@ char *time_to_string(__s64 cl)
        const char      *tz;
 
        if (do_gmt == -1) {
-               /* The diet libc doesn't respect the TZ environemnt variable */
+               /* The diet libc doesn't respect the TZ environment variable */
                tz = ss_safe_getenv("TZ");
                if (!tz)
                        tz = "";