aboutsummaryrefslogtreecommitdiff
path: root/text-motions.h
diff options
context:
space:
mode:
Diffstat (limited to 'text-motions.h')
-rw-r--r--text-motions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/text-motions.h b/text-motions.h
index dfe3acc..e601073 100644
--- a/text-motions.h
+++ b/text-motions.h
@@ -123,6 +123,6 @@ size_t text_search_forward(Text *txt, size_t pos, Regex *regex);
size_t text_search_backward(Text *txt, size_t pos, Regex *regex);
/* is c a special symbol delimiting a word? */
-int is_word_boundry(int c);
+int is_word_boundary(int c);
#endif