diff --git a/README.md b/README.md index 541144e..4e29f91 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ Modules and commandline utilities are only required for modules, the core itself * psutil (for the modules 'cpu', 'memory', 'traffic') * netifaces (for the modules 'nic', 'traffic') -* requests (for the modules 'weather', 'github', 'getcrypto', 'stock') +* requests (for the modules 'weather', 'github', 'getcrypto', 'stock', 'hipchat', 'currency') * power (for the module 'battery') * dbus (for the module 'spotify') * i3ipc (for the module 'title') diff --git a/bumblebee/modules/taskwarrior.py b/bumblebee/modules/taskwarrior.py index a7ba92d..3fde260 100644 --- a/bumblebee/modules/taskwarrior.py +++ b/bumblebee/modules/taskwarrior.py @@ -35,5 +35,5 @@ class Module(bumblebee.engine.Module): self._pending_tasks_count = 'Error' def output(self, _): - """Format the task counter to ouptut in bumblebee.""" + """Format the task counter to output in bumblebee.""" return "{}".format(self._pending_tasks_count)