From f936616f916dcaae5c098780794cc66fd4ad0bb6 Mon Sep 17 00:00:00 2001 From: Martijn Koster Date: Fri, 13 Apr 2012 11:19:36 +0100 Subject: [PATCH] comment typos --- library/virt | 4 ++-- library/yum | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library/virt b/library/virt index c12ce9e21bd..85e88228d1b 100755 --- a/library/virt +++ b/library/virt @@ -297,7 +297,7 @@ class Virt(object): """ Stop a domain, and then wipe it from the face of the earth. - by deleting the disk image and it's configuration file. + by deleting the disk image and its configuration file. """ self.__get_conn() @@ -316,7 +316,7 @@ class Virt(object): def get_xml(self, vmid): """ - Recieve a Vm id as input + Receive a Vm id as input Return an xml describing vm config returned by a libvirt call """ conn = libvirt.openReadOnly(None) diff --git a/library/yum b/library/yum index edb21019786..bb4f690281d 100755 --- a/library/yum +++ b/library/yum @@ -68,7 +68,7 @@ def pkg_to_dict(po): return d def list_stuff(my, stuff): - # FIXME - there are poitential tracebacks that could occur here + # FIXME - there are potential tracebacks that could occur here # need some more catching for them so we can see what happened if stuff == 'installed': return [ pkg_to_dict(po) for po in my.rpmdb ]