Skip to content
Snippets Groups Projects
Commit 34cdb8c4 authored by Oliver Sander's avatar Oliver Sander
Browse files

patch 6061 (spelling) merged from the trunk

[[Imported from SVN: r6062]]
parent 33518b3d
No related branches found
No related tags found
No related merge requests found
...@@ -106,7 +106,7 @@ parse_control() { ...@@ -106,7 +106,7 @@ parse_control() {
fi fi
exit 1 exit 1
;; ;;
# installed modules are super seeded by locally built modules # installed modules are superseded by locally built modules
noyes) noyes)
echo "WARNING: ignoring installed module file" >&2 echo "WARNING: ignoring installed module file" >&2
echo " $path/lib/dunecontrol/${name}/$CONTROL" >&2 echo " $path/lib/dunecontrol/${name}/$CONTROL" >&2
...@@ -115,7 +115,7 @@ parse_control() { ...@@ -115,7 +115,7 @@ parse_control() {
export module_inst="no" export module_inst="no"
return return
;; ;;
# local modules super seed installed modules # local modules supersede installed modules
yesno) yesno)
echo "WARNING: not using installed module file" >&2 echo "WARNING: not using installed module file" >&2
echo " $(eval echo \$PATH_$module)/lib/dunecontrol/${name}/$CONTROL" >&2 echo " $(eval echo \$PATH_$module)/lib/dunecontrol/${name}/$CONTROL" >&2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment