Fix typo.

This commit is contained in:
slamm%netscape.com 1999-02-04 23:07:51 +00:00
parent 6715f847ef
commit 04389f809d

View File

@ -101,7 +101,7 @@ elif test -f myconfig.sh; then
MOZ_MYCONFIG=myconfig.sh
. $_load_myconfig
elif test -f $_topsrcdir/myconfig.sh; then
MOZ_MYCONFIG=$_topscrdir/myconfig.sh
MOZ_MYCONFIG=$_topsrcdir/myconfig.sh
. $_load_myconfig
fi])