aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-01-11 22:07:20 +0000
committerlloyd <[email protected]>2010-01-11 22:07:20 +0000
commit3c3ca9050f2ffbb9bb3417e2d71142e9550936df (patch)
tree088d36790bea6273122d8cdca518ef59151c6661 /configure.py
parent09591f2104f658213b232401f4a0f76e8ddd640c (diff)
Typo fix
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index 0f9ae626e..f9ca69343 100755
--- a/configure.py
+++ b/configure.py
@@ -1105,7 +1105,7 @@ def choose_modules_to_use(modules, archinfo, options):
to_load.remove(modname)
if modname in maybe_dep:
maybe_dep.remove(modname)
- cannot_use_because(modname, 'of dependency failure')
+ cannot_use_because(modname, 'dependency failure')
for not_a_dep in maybe_dep:
cannot_use_because(not_a_dep, 'loaded only if needed by dependency')