Skip to content

Commit

Permalink
treewide: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
torstehu authored and keszybz committed May 6, 2015
1 parent d89e647 commit e5f270f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion man/systemd.unit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion src/import/export-tar.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit e5f270f

Please sign in to comment.