From 3e87b172b33e4c48879c9b6093c3c5c5ba8d686d Mon Sep 17 00:00:00 2001 From: Zhizhen He Date: Fri, 13 Jan 2023 23:47:57 +0800 Subject: [PATCH] Fix typo in prompt.c --- src/prompt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/prompt.c b/src/prompt.c index 51e00ae5d..5078cea32 100644 --- a/src/prompt.c +++ b/src/prompt.c @@ -460,7 +460,7 @@ readline_init(void) /* Allow conditional parsing of the ~/.inputrc file. */ rl_readline_name = "tig"; - /* Word break caracters (we removed '(' to match variables) */ + /* Word break characters (we removed '(' to match variables) */ rl_basic_word_break_characters = " \t\n\"\\'`@$><=;|&{"; /* Custom display function */