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/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/common.py') diff --git a/poezio/common.py b/poezio/common.py index 3a865054..a39f8145 100644 --- a/poezio/common.py +++ b/poezio/common.py @@ -394,7 +394,7 @@ def parse_secs_to_str(duration=0) -> str: def format_tune_string(infos: Dict[str, str]) -> str: """ - Contruct a string from a dict created from an "User tune" event. + Construct a string from a dict created from an "User tune" event. :param dict infos: Tune information :return: The formatted string -- cgit v1.2.3