diff src/memory/memory.py @ 1199:96fb74a4714d

misc: fixed some typos
author Matteo Cypriani <mcy@lm7.fr>
date Mon, 15 Sep 2014 14:18:25 +0200
parents dace0ede919c
children 628e320eab1f
line wrap: on
line diff
--- a/src/memory/memory.py	Tue Sep 09 22:09:51 2014 -0400
+++ b/src/memory/memory.py	Mon Sep 15 14:18:25 2014 +0200
@@ -183,7 +183,7 @@
 
 
 class Memory(object):
-    """This class manage all persistent informations"""
+    """This class manage all the persistent information"""
 
     def __init__(self, host):
         log.info(_("Memory manager init"))