From de8e3bb7b6fedc0554cee20834001dd4a739cd88 Mon Sep 17 00:00:00 2001 From: Nick Hanley Date: Wed, 16 Nov 2022 13:28:50 -0500 Subject: fix miscellaneous spelling mistakes --- vis.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vis.h') diff --git a/vis.h b/vis.h index 674178b..8215946 100644 --- a/vis.h +++ b/vis.h @@ -145,7 +145,7 @@ void vis_suspend(Vis*); */ void vis_resume(Vis*); /** - * Inform the editor core that a signal occured. + * Inform the editor core that a signal occurred. * @return Whether the signal was handled. * @rst * .. note:: Being designed as a library the editor core does *not* register any @@ -423,7 +423,7 @@ int vis_operator_register(Vis*, VisOperatorFunction*, void *context); * - A visual mode is active. * - The same operator was already set (range will be the current line). * - * Otherwise the operator will be executed on the range determinded by: + * Otherwise the operator will be executed on the range determined by: * - A motion (see `vis_motion`). * - A text object (`vis_textobject`). * @@ -595,7 +595,7 @@ VisCountIterator vis_count_iterator_init(Vis*, int count); * Increment iterator counter. * @return Whether iteration should continue. * @rst - * .. note:: Terminates iteration if the edtior was + * .. note:: Terminates iteration if the editor was * `interrupted `_ in the meantime. * @endrst */ -- cgit v1.2.3