From 34cdb8c423e1c5c072df457292187cde1ebc964b Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@dune-project.org> Date: Tue, 6 Jul 2010 07:58:15 +0000 Subject: [PATCH] patch 6061 (spelling) merged from the trunk [[Imported from SVN: r6062]] --- bin/dunemodules.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/dunemodules.inc b/bin/dunemodules.inc index 270128fe1..d51f3a16d 100644 --- a/bin/dunemodules.inc +++ b/bin/dunemodules.inc @@ -106,7 +106,7 @@ parse_control() { fi exit 1 ;; - # installed modules are super seeded by locally built modules + # installed modules are superseded by locally built modules noyes) echo "WARNING: ignoring installed module file" >&2 echo " $path/lib/dunecontrol/${name}/$CONTROL" >&2 @@ -115,7 +115,7 @@ parse_control() { export module_inst="no" return ;; - # local modules super seed installed modules + # local modules supersede installed modules yesno) echo "WARNING: not using installed module file" >&2 echo " $(eval echo \$PATH_$module)/lib/dunecontrol/${name}/$CONTROL" >&2 -- GitLab