Skip to content

Commit

Permalink
Fix typo in prompt.c
Browse files Browse the repository at this point in the history
  • Loading branch information
hezhizhen authored Jan 13, 2023
1 parent 6a3eb94 commit 3e87b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prompt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 3e87b17

Please sign in to comment.