summaryrefslogtreecommitdiff
path: root/src/window.cc
diff options
context:
space:
mode:
authorJonta <359397+Jonta@users.noreply.github.com>2021-10-07 04:57:29 +0200
committerGitHub <noreply@github.com>2021-10-07 04:57:29 +0200
commit4a34ae9c2d894d026ffbae59900837ee96fab296 (patch)
treef459a210daf5c9a503327eabf87669b47ceb6bb6 /src/window.cc
parent21494e5d7890935f9c45c326dd278671b7c02042 (diff)
Grammar
Diffstat (limited to 'src/window.cc')
-rw-r--r--src/window.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.cc b/src/window.cc
index ab885ca9..2fda7770 100644
--- a/src/window.cc
+++ b/src/window.cc
@@ -347,7 +347,7 @@ void Window::clear_display_buffer()
void Window::on_option_changed(const Option& option)
{
run_hook_in_own_context(Hook::WinSetOption, format("{}={}", option.name(), option.get_desc_string()));
- // an highlighter might depend on the option, so we need to redraw
+ // a highlighter might depend on the option, so we need to redraw
force_redraw();
}