aboutsummaryrefslogtreecommitdiff
path: root/vis-text-objects.c
diff options
context:
space:
mode:
authorTwoFinger <Two-Finger@users.noreply.github.com>2018-01-27 18:44:29 +0200
committerTwoFinger <Two-Finger@users.noreply.github.com>2018-03-05 12:06:21 +0200
commit67a8de28cdc9496d5655b1a9c1bf4794004ca9f0 (patch)
treec8111d2f604697b4356ea079e4ee1ebaee17da2a /vis-text-objects.c
parentfdb56b003c9e0a00ded2878b0c174a7780bb39b2 (diff)
downloadvis-67a8de28cdc9496d5655b1a9c1bf4794004ca9f0.tar.gz
vis-67a8de28cdc9496d5655b1a9c1bf4794004ca9f0.tar.xz
Fix a typo in identifiers
Diffstat (limited to 'vis-text-objects.c')
-rw-r--r--vis-text-objects.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/vis-text-objects.c b/vis-text-objects.c
index 43679f0..ab16672 100644
--- a/vis-text-objects.c
+++ b/vis-text-objects.c
@@ -141,12 +141,12 @@ const TextObject vis_textobjects[] = {
.txt = text_object_angle_bracket,
.type = TEXTOBJECT_DELIMITED_INNER,
},
- [VIS_TEXTOBJECT_OUTER_PARANTHESE] = {
- .txt = text_object_paranthese,
+ [VIS_TEXTOBJECT_OUTER_PARENTHESIS] = {
+ .txt = text_object_parenthesis,
.type = TEXTOBJECT_DELIMITED_OUTER,
},
- [VIS_TEXTOBJECT_INNER_PARANTHESE] = {
- .txt = text_object_paranthese,
+ [VIS_TEXTOBJECT_INNER_PARENTHESIS] = {
+ .txt = text_object_parenthesis,
.type = TEXTOBJECT_DELIMITED_INNER,
},
[VIS_TEXTOBJECT_OUTER_QUOTE] = {