Martin Sivák has uploaded a new change for review.

Change subject: Fix a typo in a variable name unuused -> unused
......................................................................

Fix a typo in a variable name unuused -> unused

Change-Id: I09cd74173642bcaeb94fb3528485f912e6f56434
Signed-off-by: Martin Sivak <[email protected]>
---
M mom/Collectors/HostMemory.py
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/mom refs/changes/17/17217/1

diff --git a/mom/Collectors/HostMemory.py b/mom/Collectors/HostMemory.py
index ab0ab98..1bb2164 100644
--- a/mom/Collectors/HostMemory.py
+++ b/mom/Collectors/HostMemory.py
@@ -67,11 +67,11 @@
         swap_in = self.swap_in_cur - self.swap_in_prev
         swap_out = self.swap_out_cur - self.swap_out_prev
 
-        data = { 'mem_available': avail, 'mem_unuused': unused, \
+        data = { 'mem_available': avail, 'mem_unused': unused, \
                  'mem_free': free, 'swap_in': swap_in, 'swap_out': swap_out, \
                  'anon_pages': anon }
         return data
 
     def getFields(self=None):
-        return set(['mem_available', 'mem_unuused', 'mem_free', 'swap_in', \
+        return set(['mem_available', 'mem_unused', 'mem_free', 'swap_in', \
                    'swap_out', 'anon_pages'])


-- 
To view, visit http://gerrit.ovirt.org/17217
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I09cd74173642bcaeb94fb3528485f912e6f56434
Gerrit-PatchSet: 1
Gerrit-Project: mom
Gerrit-Branch: master
Gerrit-Owner: Martin Sivák <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to