From a6e66cd50ef64c0f2bf6fe154edcc652a66e9a46 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sat, 9 Mar 2019 15:36:32 +0100 Subject: Fix various spelling mistakes throughout the code --- poezio/tabs/privatetab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/tabs/privatetab.py') diff --git a/poezio/tabs/privatetab.py b/poezio/tabs/privatetab.py index 35e5feaa..32b39aea 100644 --- a/poezio/tabs/privatetab.py +++ b/poezio/tabs/privatetab.py @@ -33,7 +33,7 @@ log = logging.getLogger(__name__) class PrivateTab(OneToOneTab): """ - The tab containg a private conversation (someone from a MUC) + The tab containing a private conversation (someone from a MUC) """ plugin_commands = {} # type: Dict[str, Command] plugin_keys = {} # type: Dict[str, Callable] -- cgit v1.2.3