[tor-commits] [sbws/master] Fix typo
pastly at torproject.org
pastly at torproject.org
Wed Sep 5 19:44:55 UTC 2018
commit 39cf07040a3e36fcde07b58d9faf982d1a5613af
Author: juga0 <juga at riseup.net>
Date: Fri Aug 3 12:54:26 2018 +0000
Fix typo
---
sbws/util/fs.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sbws/util/fs.py b/sbws/util/fs.py
index 0f20d0a..9e6bc29 100644
--- a/sbws/util/fs.py
+++ b/sbws/util/fs.py
@@ -51,7 +51,7 @@ def is_low_space(conf):
disk_avail_mb = df(conf['paths']['sbws_home'])
if disk_avail_mb < disk_required_mb:
log.warn("The space left on the device (%s MiB) is less than "
- "the minimum recommented to run sbws (%s MiB)."
+ "the minimum recommended to run sbws (%s MiB)."
"Run sbws cleanup to delete old sbws generated files.",
disk_avail_mb, disk_required_mb)
return True
More information about the tor-commits
mailing list