Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar_network/client/cache.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar_network/client/cache.py')
-rw-r--r--sugar_network/client/cache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar_network/client/cache.py b/sugar_network/client/cache.py
index 554dde4..07daa16 100644
--- a/sugar_network/client/cache.py
+++ b/sugar_network/client/cache.py
@@ -138,7 +138,7 @@ class Cache(object):
stat = os.statvfs(client.local_root.value)
if stat.f_blocks == 0:
- # TODO Sonds like a tmpfs or so
+ # TODO Sounds like a tmpfs or so
return 0
limit = sys.maxint