From a834a7d35627a1efb760326bfcbfb9e9f5055a10 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Fri, 7 Jul 2017 17:16:07 +0200 Subject: [PATCH] [module/pacman] Fix spelling --- bumblebee/modules/pacman.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bumblebee/modules/pacman.py b/bumblebee/modules/pacman.py index a7780a8..81941e1 100644 --- a/bumblebee/modules/pacman.py +++ b/bumblebee/modules/pacman.py @@ -15,7 +15,7 @@ import bumblebee.output import bumblebee.engine #list of repositories. -#the last one sould always be other +#the last one should always be other repos = ["core", "extra", "community", "multilib", "testing", "other"] def get_pacman_info(widget, path):