From 03c40c723d2cc980cf4a259e2f42f3eb1774099d Mon Sep 17 00:00:00 2001 From: hk Date: Sat, 16 Sep 2017 12:58:20 +0200 Subject: [PATCH] Change typo in config.sh comment --- src/config.sh.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.sh.example b/src/config.sh.example index 8509ebc..396851e 100644 --- a/src/config.sh.example +++ b/src/config.sh.example @@ -27,7 +27,7 @@ KEEP_YEARLY=5 # You can use K, M, G or T binary prefixes (power of 1024), e.g., 5M = 5MiB/s = 5242880 bytes/s. #BWLIMIT=0 -# Use nice to reduce system performance impacts from backups. Set to false to disable. +# Use nice to reduce system performance impact from backups. Set to false to disable. #USE_NICE=true #NICE="/usr/bin/nice"