aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
authorNick Hanley <nicholasjhanley@gmail.com>2022-11-16 13:28:50 -0500
committerFelix Van der Jeugt <felix.vanderjeugt@posteo.net>2022-11-29 22:09:43 +0100
commitde8e3bb7b6fedc0554cee20834001dd4a739cd88 (patch)
treeae49efb024ab687e7af52149b42df7be1d31192c /vis.h
parent8a420ecc4c1ed50111464ec66901bd983eaf2dbd (diff)
downloadvis-de8e3bb7b6fedc0554cee20834001dd4a739cd88.tar.gz
vis-de8e3bb7b6fedc0554cee20834001dd4a739cd88.tar.xz
fix miscellaneous spelling mistakes
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h6
1 files changed, 3 insertions, 3 deletions
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 <vis_interrupt>`_ in the meantime.
* @endrst
*/