From 3febc0a473d4f24ecc68cf67fe0b72709829585a Mon Sep 17 00:00:00 2001 From: Sascha Marcel Schmidt Date: Wed, 14 Feb 2018 12:15:40 +0100 Subject: [PATCH] fixes typo in documentation --- bumblebee/modules/dnf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bumblebee/modules/dnf.py b/bumblebee/modules/dnf.py index 3942156..c708bc6 100644 --- a/bumblebee/modules/dnf.py +++ b/bumblebee/modules/dnf.py @@ -6,7 +6,7 @@ Requires the following executable: * dnf Parameters: - * dnf.interval: Time in seconds between two consecutive update checks (defaulst to 30 minutes) + * dnf.interval: Time in seconds between two consecutive update checks (defaults to 30 minutes) """