aboutsummaryrefslogtreecommitdiff
path: root/text-objects.c
diff options
context:
space:
mode:
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, ')');
}