diff -r d765a878f0fc -r f374ef062c94 VirtualMailManager/config.py
--- a/VirtualMailManager/config.py	Sun Dec 30 16:41:19 2012 +0000
+++ b/VirtualMailManager/config.py	Sun Dec 30 18:08:23 2012 +0000
@@ -406,7 +406,7 @@
 
     def get_in_bytes(self, section, option):
         """Converts the size value (e.g.: 1024k) from the *option*'s
-        value to a long"""
+        value to a integer"""
         return size_in_bytes(self.get(section, option))
 
     def str(self, section, option):