diff options
| author | Delapouite <delapouite@gmail.com> | 2018-03-27 08:06:53 +0200 |
|---|---|---|
| committer | Delapouite <delapouite@gmail.com> | 2018-03-27 08:06:53 +0200 |
| commit | 545b96c78e3fad9bf8da12822c4db496f77f627e (patch) | |
| tree | 8234becdc2dfc6fa3891c80068af61423513a362 | |
| parent | 48000d3f331525801410cbb77d82f80df7343fec (diff) | |
| download | vis-545b96c78e3fad9bf8da12822c4db496f77f627e.tar.gz vis-545b96c78e3fad9bf8da12822c4db496f77f627e.tar.xz | |
main: fix a few typos in comments
| -rw-r--r-- | main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -84,7 +84,7 @@ static const char *selections_intersect(Vis*, const char *keys, const Arg *arg); static const char *selections_complement(Vis*, const char *keys, const Arg *arg); /* subtract selections from register */ static const char *selections_minus(Vis*, const char *keys, const Arg *arg); -/* pariwise combine selections */ +/* pairwise combine selections */ static const char *selections_combine(Vis*, const char *keys, const Arg *arg); static Filerange combine_union(const Filerange*, const Filerange*); static Filerange combine_intersect(const Filerange*, const Filerange*); @@ -141,7 +141,7 @@ static const char *call(Vis*, const char *keys, const Arg *arg); static const char *window(Vis*, const char *keys, const Arg *arg); /* show info about Unicode character at cursor position */ static const char *unicode_info(Vis*, const char *keys, const Arg *arg); -/* either go to count % of ile or to matching item */ +/* either go to count % of file or to matching item */ static const char *percent(Vis*, const char *keys, const Arg *arg); /* navigate jumplist next (arg->i > 0), prev (arg->i < 0), save (arg->i = 0) */ static const char *jumplist(Vis*, const char *keys, const Arg *arg); |
