From f898ac441112fd93001e6ad46890ed13fb6b3da2 Mon Sep 17 00:00:00 2001 From: Pali Rohár Date: Sat, 10 May 2014 22:39:47 +0200 Subject: all: Fix typo --- src/local.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/local.c') diff --git a/src/local.c b/src/local.c index 290fba5..e90011b 100644 --- a/src/local.c +++ b/src/local.c @@ -212,7 +212,7 @@ static int local_nanddump(const char * file, int mtd, int offset, int length) { free(path); if ( ret == 0 && buf.f_bsize * buf.f_bfree < (long unsigned int)length ) { - ERROR("Not enought free space (have: %lu, need: %d)", buf.f_bsize * buf.f_bfree, length); + ERROR("Not enough free space (have: %lu, need: %d)", buf.f_bsize * buf.f_bfree, length); return 1; } @@ -424,7 +424,7 @@ int local_dump_image(enum image_type image, const char * file) { } if ( image >= nanddump[device].count ) { - ERROR("Unsuported image type: %s", image_type_to_string(image)); + ERROR("Unsupported image type: %s", image_type_to_string(image)); goto clean; } -- cgit v1.2.3