summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTorstein Husebø <torstein@huseboe.net>2015-04-30 11:57:09 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-05-05 22:19:28 -0400
commite5f270f5d09a97c5ad603636add7f16ac216e10a (patch)
tree0d424cebc906b18ac77542d87d262485dbc2948d /src
parentd89e647542a6ceeefac15fbe8e193de7418bf449 (diff)
treewide: fix typos
Diffstat (limited to 'src')
-rw-r--r--src/import/export-tar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/export-tar.c b/src/import/export-tar.c
index 73e1faecf..d31295745 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;