summaryrefslogtreecommitdiffstats
path: root/deluge/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'deluge/common.py')
-rw-r--r--deluge/common.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/deluge/common.py b/deluge/common.py
index e90d166c0..a0e3fdd3b 100644
--- a/deluge/common.py
+++ b/deluge/common.py
@@ -436,7 +436,7 @@ def fsize(fsize_b, precision=1, shortform=False):
'110 KiB'
Note:
- This function has been refactored for perfomance with the
+ This function has been refactored for performance with the
fsize units being translated outside the function.
"""
@@ -571,7 +571,7 @@ def ftime(secs):
'6h 23m'
Note:
- This function has been refactored for perfomance.
+ This function has been refactored for performance.
"""