]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
treewide: fix typos
authorTorstein Husebø <torstein@huseboe.net>
Thu, 30 Apr 2015 09:57:09 +0000 (11:57 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 6 May 2015 02:19:28 +0000 (22:19 -0400)
man/systemd.unit.xml
src/import/export-tar.c

index c2e374a94e8a46b9de304ee4d00c51ada2b1fe52..0aa1eeac772b4b7f3a7c505a6fce06b1c9dd2691 100644 (file)
           <row>
       <entry><literal>%H</literal></entry>
       <entry>Host name</entry>
-      <entry>The hostname of the running system at the point in time the unit configuation is loaded.</entry>
+      <entry>The hostname of the running system at the point in time the unit configuration is loaded.</entry>
           </row>
           <row>
       <entry><literal>%v</literal></entry>
index 73e1faecf3f84771376ad2ecbc1983f041a87162..d31295745f1946d65c6eb5d3bdbaabb80ccd06ed 100644 (file)
@@ -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? Inot, we don't know anything about the progress */
         if (e->quota_referenced == (uint64_t) -1)
                 return;