From: Chris Gianelloni Date: Mon, 21 Apr 2008 19:02:50 +0000 (+0000) Subject: Fix a small typo. Thanks to Justin Bronder for pointing it... X-Git-Tag: CATALYST_2_0_6_916~95 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fef4978322998625c70d75f471f8e435afdf7764;p=catalyst.git Fix a small typo. Thanks to Justin Bronder for pointing it out. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1399 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index 2b496f15..4978c707 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 # $Id: $ + 21 Apr 2008; Chris Gianelloni + modules/catalyst_lock.py: + Fix a small typo. Thanks to Justin Bronder for + pointing it out. + 17 Apr 2008; Chris Gianelloni targets/livecd-stage2/livecd-stage2-controller.sh: We should be matching all possible LIBDIRs, so make sure we do that. diff --git a/modules/catalyst_lock.py b/modules/catalyst_lock.py index d89cda77..a3743c91 100755 --- a/modules/catalyst_lock.py +++ b/modules/catalyst_lock.py @@ -14,7 +14,7 @@ def writemsg(mystr): 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()