diff options
Diffstat (limited to 'vis.h')
| -rw-r--r-- | vis.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 <vis_interrupt>`_ in the meantime. * @endrst */ |
