From: Torstein Husebø Date: Thu, 30 Apr 2015 09:57:09 +0000 (+0200) Subject: treewide: fix typos X-Git-Tag: v220~206 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e5f270f5d09a97c5ad603636add7f16ac216e10a;p=thirdparty%2Fsystemd.git treewide: fix typos --- diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index c2e374a94e8..0aa1eeac772 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -1250,7 +1250,7 @@ %H Host name - The hostname of the running system at the point in time the unit configuation is loaded. + The hostname of the running system at the point in time the unit configuration is loaded. %v diff --git a/src/import/export-tar.c b/src/import/export-tar.c index 73e1faecf3f..d31295745f1 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;