From 97c6491b4edf4bc9db293533ae0c3a81c4ef07f7 Mon Sep 17 00:00:00 2001 From: Maninder Singh Date: Mon, 25 May 2015 13:46:36 +0200 Subject: typo fixes Signed-off-by: Maninder Singh Signed-off-by: Denys Vlasenko --- coreutils/stat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils/stat.c') diff --git a/coreutils/stat.c b/coreutils/stat.c index 769fac0..f7fd227 100644 --- a/coreutils/stat.c +++ b/coreutils/stat.c @@ -374,7 +374,7 @@ static void print_it(const char *masterformat, { /* Create a working copy of the format string */ char *format = xstrdup(masterformat); - /* Add 2 to accomodate our conversion of the stat '%s' format string + /* Add 2 to accommodate our conversion of the stat '%s' format string * to the printf '%llu' one. */ char *dest = xmalloc(strlen(format) + 2 + 1); char *b; -- cgit v1.1