[systemd-devel] [PATCH] treewide: fix typos

Torstein Husebø torstein at huseboe.net
Thu Apr 30 02:57:09 PDT 2015


---
 man/systemd.unit.xml    | 2 +-
 src/import/export-tar.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml
index c2e374a94e..0aa1eeac77 100644
--- a/man/systemd.unit.xml
+++ b/man/systemd.unit.xml
@@ -1250,7 +1250,7 @@
           <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>
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;
 
-- 
2.3.7



More information about the systemd-devel mailing list