Change in vdsm[master]: compat.py: Fixed typo "libary"->"library"

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


Allon Mureinik has uploaded a new change for review.

Change subject: compat.py: Fixed typo "libary"->"library"
......................................................................

compat.py: Fixed typo "libary"->"library"

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


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/03/51303/1

diff --git a/lib/vdsm/compat.py b/lib/vdsm/compat.py
index 8ac5201..15e7ac6 100644
--- a/lib/vdsm/compat.py
+++ b/lib/vdsm/compat.py
@@ -35,6 +35,6 @@
     import simplejson as json
     json  # make pyflakes happy
 except ImportError:
-    # no big deal, fallback to standard libary
+    # no big deal, fallback to standard library
     import json
     json  # yep, this is needed twice.


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id96ccb0a172c4c11541ac6343047a994aa004a75
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