[Fedora-livecd-list] imgcreate/creator.py

Jeremy Katz katzj at fedoraproject.org
Tue Feb 19 18:05:44 UTC 2008


 imgcreate/creator.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d570c73c1912a6a8b0f21a383d9850e1189f9619
Author: Warren Togami <wtogami at redhat.com>
Date:   Thu Feb 14 18:23:13 2008 -0500

    LiveCD Patch: Typo in _do_bindmounts() comment

diff --git a/imgcreate/creator.py b/imgcreate/creator.py
index c2ed770..a8c9d9b 100644
--- a/imgcreate/creator.py
+++ b/imgcreate/creator.py
@@ -274,8 +274,8 @@ class ImageCreator(object):
         """Mount various system directories onto _instroot.
 
         This method is called by mount(), but may also be used by subclasses
-        in order to re-mount the bindmounts after modifying the underyling the
-        underlying filesystem.
+        in order to re-mount the bindmounts after modifying the underyling
+        filesystem.
 
         """
         for b in self.__bindmounts:





More information about the livecd mailing list