Fix speling

svn path=/dists/trunk/linux-2.6/; revision=18640
This commit is contained in:
Ben Hutchings 2012-01-27 03:53:03 +00:00
parent 1c40df1f3c
commit 221a989e1c
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ class Main(object):
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]