Change in vdsm[master]: zombiereaper: Fix typo "happend" -> "happened"

amureini at redhat.com amureini at redhat.com
Mon Jan 4 13:19:55 UTC 2016


Allon Mureinik has uploaded a new change for review.

Change subject: zombiereaper: Fix typo "happend" -> "happened"
......................................................................

zombiereaper: Fix typo "happend" -> "happened"

Change-Id: I43cd496ad77cd59756fed7e711d5f8d243b186a4
Signed-off-by: Allon Mureinik <amureini at redhat.com>
---
M lib/vdsm/infra/zombiereaper/__init__.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/05/51305/1

diff --git a/lib/vdsm/infra/zombiereaper/__init__.py b/lib/vdsm/infra/zombiereaper/__init__.py
index 9c28a13..53f1d60 100644
--- a/lib/vdsm/infra/zombiereaper/__init__.py
+++ b/lib/vdsm/infra/zombiereaper/__init__.py
@@ -41,7 +41,7 @@
     if not _registered:
         raise RuntimeError("zombiereaper is not registered for SIGCHLD")
     _trackedPids.add(pid)
-    # SIGCHLD happend before we added the pid to the set
+    # SIGCHLD happened before we added the pid to the set
     _tryReap(pid)
 
 


-- 
To view, visit https://gerrit.ovirt.org/51305
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I43cd496ad77cd59756fed7e711d5f8d243b186a4
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <amureini at redhat.com>


More information about the vdsm-patches mailing list