From e5f270f5d09a97c5ad603636add7f16ac216e10a Mon Sep 17 00:00:00 2001 From: Torstein Husebø Date: Thu, 30 Apr 2015 11:57:09 +0200 Subject: treewide: fix typos --- src/import/export-tar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/import/export-tar.c b/src/import/export-tar.c index 73e1faecf3..d31295745f 100644 --- a/src/import/export-tar.c +++ b/src/import/export-tar.c @@ -136,7 +136,7 @@ static void tar_export_report_progress(TarExport *e) { unsigned percent; assert(e); - /* Do we have any quota info? I fnot, we don't know anything about the progress */ + /* Do we have any quota info? If not, we don't know anything about the progress */ if (e->quota_referenced == (uint64_t) -1) return; -- cgit v1.2.3-54-g00ecf