[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [sbws/master] Fix typo
commit 39cf07040a3e36fcde07b58d9faf982d1a5613af
Author: juga0 <juga@xxxxxxxxxx>
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
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits