[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [emerge/kde-4.11] bin: fix a typo in bin/utils.py
From:       Nico Kruber <nico.kruber () gmail ! com>
Date:       2013-09-01 1:07:23
Message-ID: E1VFw8R-0002M4-Kh () scm ! kde ! org
[Download RAW message or body]

Git commit d5d0b56040fd41912fe27305fb3416d9a1e5c44c by Nico Kruber.
Committed on 31/08/2013 at 21:55.
Pushed by nkruber into branch 'kde-4.11'.

fix a typo in bin/utils.py

M  +1    -1    bin/utils.py

http://commits.kde.org/emerge/d5d0b56040fd41912fe27305fb3416d9a1e5c44c

diff --git a/bin/utils.py b/bin/utils.py
index 83f74fe..a035d74 100644
--- a/bin/utils.py
+++ b/bin/utils.py
@@ -1191,7 +1191,7 @@ def copyFile(src, dest,linkOnly = envAsBool("EMERGE_USE_SYMLINKS")):
     if not os.path.exists( destDir ):
         os.makedirs( destDir )
     if os.path.exists( dest ):
-        warning( "Overiding %s" % dest )
+        warning( "Overriding %s" % dest )
         os.remove( dest )
     if linkOnly:
             os.link( src , dest )

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic