1
0
forked from aniani/vim

patch 8.1.0528: various typos in comments

Problem:    Various typos in comments.
Solution:   Fix the typos.
This commit is contained in:
Bram Moolenaar
2018-11-16 16:21:05 +01:00
parent f0d58efc9d
commit c4568ab37e
22 changed files with 47 additions and 45 deletions

View File

@@ -357,9 +357,9 @@ free_search_patterns(void)
* Save and restore the search pattern for incremental highlight search
* feature.
*
* It's similar but differnt from save_search_patterns() and
* It's similar to but different from save_search_patterns() and
* restore_search_patterns(), because the search pattern must be restored when
* cannceling incremental searching even if it's called inside user functions.
* canceling incremental searching even if it's called inside user functions.
*/
void
save_last_search_pattern(void)
@@ -2869,7 +2869,7 @@ findpar(
}
#endif
/* POSIX has it's own ideas of what a paragraph boundary is and it
/* POSIX has its own ideas of what a paragraph boundary is and it
* doesn't match historical Vi: It also stops at a "{" in the
* first column and at an empty line. */
if (!first && did_skip && (startPS(curr, what, both)