diff options
| author | TwoFinger <Two-Finger@users.noreply.github.com> | 2018-01-27 18:44:29 +0200 |
|---|---|---|
| committer | TwoFinger <Two-Finger@users.noreply.github.com> | 2018-03-05 12:06:21 +0200 |
| commit | 67a8de28cdc9496d5655b1a9c1bf4794004ca9f0 (patch) | |
| tree | c8111d2f604697b4356ea079e4ee1ebaee17da2a /text-objects.h | |
| parent | fdb56b003c9e0a00ded2878b0c174a7780bb39b2 (diff) | |
| download | vis-67a8de28cdc9496d5655b1a9c1bf4794004ca9f0.tar.gz vis-67a8de28cdc9496d5655b1a9c1bf4794004ca9f0.tar.xz | |
Fix a typo in identifiers
Diffstat (limited to 'text-objects.h')
| -rw-r--r-- | text-objects.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/text-objects.h b/text-objects.h index 5be783b..eb5f65f 100644 --- a/text-objects.h +++ b/text-objects.h @@ -36,7 +36,7 @@ Filerange text_object_paragraph_outer(Text*, size_t pos); Filerange text_object_square_bracket(Text*, size_t pos); Filerange text_object_curly_bracket(Text*, size_t pos); Filerange text_object_angle_bracket(Text*, size_t pos); -Filerange text_object_paranthese(Text*, size_t pos); +Filerange text_object_parenthesis(Text*, size_t pos); Filerange text_object_quote(Text*, size_t pos); Filerange text_object_single_quote(Text*, size_t pos); Filerange text_object_backtick(Text*, size_t pos); |
