doc: fix typos [ci skip] #11787

This commit is contained in:
Hye Sung Jung
2020-01-31 00:56:34 -06:00
committed by GitHub
parent 486fa21899
commit 14a8b3b98c
13 changed files with 25 additions and 25 deletions

View File

@@ -3981,7 +3981,7 @@ static void add_keyword(char_u *const name,
STRLEN(kp->keyword), hash);
// even though it looks like only the kp->keyword member is
// being used here, vim uses some pointer trickery to get the orignal
// being used here, vim uses some pointer trickery to get the original
// struct again later by using knowledge of the offset of the keyword
// field in the struct. See the definition of the HI2KE macro.
if (HASHITEM_EMPTY(hi)) {