aboutsummaryrefslogtreecommitdiff
path: root/text-objects.c
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2018-03-14 10:52:10 +0100
committerMarc André Tanner <mat@brain-dump.org>2018-03-14 10:52:10 +0100
commit8c5bb848ce1d2ec20392a63afc9168605f9952c9 (patch)
tree2a94030762048d9b206827afb869bbaf74126cff /text-objects.c
parentc0ae496520c9a4c975cf7268e0d4457f4b84acd3 (diff)
parent67a8de28cdc9496d5655b1a9c1bf4794004ca9f0 (diff)
downloadvis-8c5bb848ce1d2ec20392a63afc9168605f9952c9.tar.gz
vis-8c5bb848ce1d2ec20392a63afc9168605f9952c9.tar.xz
Merge branch 'paranthese-typo' of https://github.com/Two-Finger/vis
Diffstat (limited to 'text-objects.c')
-rw-r--r--text-objects.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/text-objects.c b/text-objects.c
index fcd0158..b39d13c 100644
--- a/text-objects.c
+++ b/text-objects.c
@@ -274,7 +274,7 @@ Filerange text_object_angle_bracket(Text *txt, size_t pos) {
return text_object_bracket(txt, pos, '>');
}
-Filerange text_object_paranthese(Text *txt, size_t pos) {
+Filerange text_object_parenthesis(Text *txt, size_t pos) {
return text_object_bracket(txt, pos, ')');
}