From cb6d67c21f11811c5bc023b9565c1c1b1f4081fa Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 15 May 2013 10:42:04 +0300 Subject: Spelling "separate" (etc) correctly is hard --- config_host.mk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config_host.mk.in') diff --git a/config_host.mk.in b/config_host.mk.in index c73116790dc0..75158834218c 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -387,7 +387,7 @@ export OUTDIR=@OUTDIR@ export OUTDIR_FOR_BUILD=@OUTDIR_FOR_BUILD@ export OUTPATH=@OUTPATH@ export PATH=@LO_PATH@ -export PATH_SEPERATOR=@P_SEP@ +export PATH_SEPARATOR=@P_SEP@ export PERL=@PERL@ export PKGFORMAT=@PKGFORMAT@ export PKGMK=@PKGMK@ -- cgit