Skip to content

Commit

Permalink
fix some spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Schwarz committed Jan 20, 2018
1 parent e06715f commit 613a619
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Overview
==========

lsmount is a small program for formating the /proc/mounts output
lsmount is a small program for formatting the /proc/mounts output

--------------------
Dependencies
Expand Down
2 changes: 1 addition & 1 deletion doc/lsmount.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ OPTIONS
*-l*, *--resolv-symlinks* ::
resolv symlinks
*-s*, *--skip*='dev1','dev2',... ::
skip all lines where device is part of comma seperated list
skip all lines where device is part of comma separated list
*-u*, *--show-unused* ::
show unused columns
*-v*, *--print-vertical* ::
Expand Down
4 changes: 2 additions & 2 deletions src/options.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,12 +232,12 @@ uint8_t colorcap(void) {
}else if(-1 == *errret) {
fprintf(stderr, _("terminfo database could not be found\n"));
}else{
fprintf(stderr, _("something strange happend while evaluating terminfo\n"));
fprintf(stderr, _("something strange happened while evaluating terminfo\n"));
}
del_curterm(cur_term);
return 0;
}else{
fprintf(stderr, _("something strange happend while evaluating terminfo\n"));
fprintf(stderr, _("something strange happened while evaluating terminfo\n"));
del_curterm(cur_term);
return 0;
}
Expand Down

0 comments on commit 613a619

Please sign in to comment.