diff options
| author | Nick Hanley <nicholasjhanley@gmail.com> | 2022-11-16 13:28:50 -0500 |
|---|---|---|
| committer | Felix Van der Jeugt <felix.vanderjeugt@posteo.net> | 2022-11-29 22:09:43 +0100 |
| commit | de8e3bb7b6fedc0554cee20834001dd4a739cd88 (patch) | |
| tree | ae49efb024ab687e7af52149b42df7be1d31192c /text-motions.h | |
| parent | 8a420ecc4c1ed50111464ec66901bd983eaf2dbd (diff) | |
| download | vis-de8e3bb7b6fedc0554cee20834001dd4a739cd88.tar.gz vis-de8e3bb7b6fedc0554cee20834001dd4a739cd88.tar.xz | |
fix miscellaneous spelling mistakes
Diffstat (limited to 'text-motions.h')
| -rw-r--r-- | text-motions.h | 2 |
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> |
