From 545b96c78e3fad9bf8da12822c4db496f77f627e Mon Sep 17 00:00:00 2001 From: Delapouite Date: Tue, 27 Mar 2018 08:06:53 +0200 Subject: main: fix a few typos in comments --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index 8a06bc2..8f1a13f 100644 --- a/main.c +++ b/main.c @@ -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); -- cgit v1.2.3