aboutsummaryrefslogtreecommitdiff
path: root/text-motions.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 /text-motions.h
parent8a420ecc4c1ed50111464ec66901bd983eaf2dbd (diff)
downloadvis-de8e3bb7b6fedc0554cee20834001dd4a739cd88.tar.gz
vis-de8e3bb7b6fedc0554cee20834001dd4a739cd88.tar.xz
fix miscellaneous spelling mistakes
Diffstat (limited to 'text-motions.h')
-rw-r--r--text-motions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/text-motions.h b/text-motions.h
index 0d44373..1cb21d8 100644
--- a/text-motions.h
+++ b/text-motions.h
@@ -2,7 +2,7 @@
#define TEXT_MOTIONS_H
/* these functions all take a position in bytes from the start of the file,
- * perform a certain movement and return the new postion. If the movement
+ * perform a certain movement and return the new position. If the movement
* is not possible the original position is returned unchanged. */
#include <stddef.h>