From 951dfd10366b7dae3c3ebc3cce3a71ac00f5c879 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Sat, 27 Oct 2018 11:00:22 +0200 Subject: [PATCH] Minor grammar fixup in comment --- tabbox/tabboxhandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabbox/tabboxhandler.h b/tabbox/tabboxhandler.h index 040a2f294b..dc53a96a30 100644 --- a/tabbox/tabboxhandler.h +++ b/tabbox/tabboxhandler.h @@ -46,7 +46,7 @@ namespace KWin { /** * The TabBox is a model based view for displaying a list while switching windows or desktops. -* This functionality is mostly referred as Alt+Tab. TabBox itself does not provide support for +* This functionality is mostly referred to as Alt+Tab. TabBox itself does not provide support for * switching windows or desktops. This has to be done outside of TabBox inside an independent controller. * * The main entrance point to TabBox is the class TabBoxHandler, which has to be subclassed and implemented.