* [gentoo-commits] catalyst r1399 - in trunk: . modules
@ 2008-04-21 19:02 Chris Gianelloni (wolf31o2)
0 siblings, 0 replies; only message in thread
From: Chris Gianelloni (wolf31o2) @ 2008-04-21 19:02 UTC (permalink / raw
To: gentoo-commits
Author: wolf31o2
Date: 2008-04-21 19:02:50 +0000 (Mon, 21 Apr 2008)
New Revision: 1399
Modified:
trunk/ChangeLog
trunk/modules/catalyst_lock.py
Log:
Fix a small typo. Thanks to Justin Bronder <jsbronder@gentoo.org> for pointing it out.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-04-17 17:25:12 UTC (rev 1398)
+++ trunk/ChangeLog 2008-04-21 19:02:50 UTC (rev 1399)
@@ -1,6 +1,11 @@
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Id: $
+ 21 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+ modules/catalyst_lock.py:
+ Fix a small typo. Thanks to Justin Bronder <jsbronder@gentoo.org> for
+ pointing it out.
+
17 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
targets/livecd-stage2/livecd-stage2-controller.sh:
We should be matching all possible LIBDIRs, so make sure we do that.
Modified: trunk/modules/catalyst_lock.py
===================================================================
--- trunk/modules/catalyst_lock.py 2008-04-17 17:25:12 UTC (rev 1398)
+++ trunk/modules/catalyst_lock.py 2008-04-21 19:02:50 UTC (rev 1399)
@@ -14,7 +14,7 @@
class LockDir:
locking_method=fcntl.flock
lock_dirs_in_use=[]
- die_on_faile_lock=True
+ die_on_failed_lock=True
def __del__(self):
self.clean_my_hardlocks()
self.delete_lock_from_path_list()
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-04-21 19:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-21 19:02 [gentoo-commits] catalyst r1399 - in trunk: . modules Chris Gianelloni (wolf31o2)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox