X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=debugfs%2Futil.c;h=452de749bc2a499962496c13b512d098d27d3256;hb=055866d84dab5e4a0547f54d3bdc017ba4ba99b5;hp=5f101f48dc73d55ae4170bf21696c93a014749c5;hpb=ce20096fc6f3b38de62c2302e3a8cb87f389dda0;p=tools%2Fe2fsprogs.git diff --git a/debugfs/util.c b/debugfs/util.c index 5f101f4..452de74 100644 --- a/debugfs/util.c +++ b/debugfs/util.c @@ -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 = "";