Fix a typo.

This commit is contained in:
slamm%netscape.com 1999-02-04 23:14:56 +00:00
parent fe7e5c450d
commit 631a7b1fa5

2
configure vendored
View File

@ -10,7 +10,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