diff options
author | Jens Schweikhardt <schweikh@FreeBSD.org> | 2003-01-01 18:49:04 +0000 |
---|---|---|
committer | Jens Schweikhardt <schweikh@FreeBSD.org> | 2003-01-01 18:49:04 +0000 |
commit | 9d5abbddbf03791c777fed86500976ea3dd19245 (patch) | |
tree | f412dafc7d29429919e8770cdefeb37441fc1299 /lib/libedit/chared.h | |
parent | 3724136741436462897ae060c5547c43f8953e54 (diff) |
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
especially in troff files.
Notes
Notes:
svn path=/head/; revision=108533
Diffstat (limited to 'lib/libedit/chared.h')
-rw-r--r-- | lib/libedit/chared.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libedit/chared.h b/lib/libedit/chared.h index 9d6c4ade3a63..80606bb83192 100644 --- a/lib/libedit/chared.h +++ b/lib/libedit/chared.h @@ -52,7 +52,7 @@ #define EL_MAXMACRO 10 /* - * This is a issue of basic "vi" look-and-feel. Defining VI_MOVE works + * This is an issue of basic "vi" look-and-feel. Defining VI_MOVE works * like real vi: i.e. the transition from command<->insert modes moves * the cursor. * |