From 6185572c54aecac7a1c2bbe26dd4d513d8dcd8b4 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Thu, 6 Aug 2020 16:34:40 +0000 Subject: [PATCH] Correct a typo in Session.h --- src/session/Session.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/session/Session.h b/src/session/Session.h index c1af3c05..3a80721c 100644 --- a/src/session/Session.h +++ b/src/session/Session.h @@ -744,7 +744,7 @@ Q_SIGNALS: * Terminal is expected send "\033]11;rgb:RRRR/GGGG/BBBB\a" response. * * Originally implemented to support vim's background detection feature - * (without explictly setting 'bg=dark' within local/remote vimrc) + * (without explicitly setting 'bg=dark' within local/remote vimrc) */ void getBackgroundColor(); -- GitLab