From 32f01ba87a5c1223eb9097d0a89f5203d93b8acc Mon Sep 17 00:00:00 2001 From: paltherr Date: Mon, 11 Aug 2003 09:18:51 +0000 Subject: - Fixed typo --- sources/bin/.scala_wrapper.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sources') diff --git a/sources/bin/.scala_wrapper.tmpl b/sources/bin/.scala_wrapper.tmpl index 1e3d5c8fac..2fbe0df78d 100644 --- a/sources/bin/.scala_wrapper.tmpl +++ b/sources/bin/.scala_wrapper.tmpl @@ -336,10 +336,10 @@ case "$SCRIPT" in warning "Deprecated command, use scalac${SCRIPT#socos} instead."; exec_compile scalac.Main "$@";; surus* ) - warning "Deprecated command, use scalarun${SCRIPT#socos} instead."; + warning "Deprecated command, use scalarun${SCRIPT#surus} instead."; exec_compile scalai.Main "$@";; siris* ) - warning "Deprecated command, use scalaint${SCRIPT#socos} instead."; + warning "Deprecated command, use scalaint${SCRIPT#siris} instead."; exec_compile scalai.Main -interactive "$@";; * ) abort "Don't know what to do for $SCRIPT.";; esac; -- cgit v1.2.3