diff options
author | stickell <l.stickell@yahoo.it> | 2014-08-25 12:32:18 +0200 |
---|---|---|
committer | stickell <l.stickell@yahoo.it> | 2014-08-25 12:32:18 +0200 |
commit | d59f8d4665ee8fcbced5a391d24f91fdbc047765 (patch) | |
tree | e4b6ca60bd21c4c7946871bfac12f0c1f16d8d47 /module/utils.py | |
parent | Revert 8446e16346ece5a934550f69e81d0cad528f7fba. It broke the WebUI. (diff) | |
download | pyload-d59f8d4665ee8fcbced5a391d24f91fdbc047765.tar.xz |
Fixed some typos
Diffstat (limited to 'module/utils.py')
-rw-r--r-- | module/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/utils.py b/module/utils.py index 039f64c3a..5e8c2b12b 100644 --- a/module/utils.py +++ b/module/utils.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -""" Store all usefull functions here """ +""" Store all useful functions here """ import os import sys |