[kernel] r18640 - dists/trunk/linux-2.6/debian/bin

Ben Hutchings benh at alioth.debian.org
Fri Jan 27 03:53:04 UTC 2012


Author: benh
Date: Fri Jan 27 03:53:03 2012
New Revision: 18640

Log:
Fix speling

Modified:
   dists/trunk/linux-2.6/debian/bin/abiupdate.py

Modified: dists/trunk/linux-2.6/debian/bin/abiupdate.py
==============================================================================
--- dists/trunk/linux-2.6/debian/bin/abiupdate.py	Fri Jan 27 03:52:10 2012	(r18639)
+++ dists/trunk/linux-2.6/debian/bin/abiupdate.py	Fri Jan 27 03:53:03 2012	(r18640)
@@ -70,7 +70,7 @@
     def __call__(self):
         self.dir = tempfile.mkdtemp(prefix='abiupdate')
         try:
-            self.log("Retreive config\n")
+            self.log("Retrieve config\n")
             config = self.get_config()
             if self.override_arch:
                 arches = [self.override_arch]



More information about the Kernel-svn-changes mailing list