From 415970fcb56edc924a780c14e50da270e0f5d77f Mon Sep 17 00:00:00 2001 From: Michael Schmitt Date: Wed, 23 Aug 2006 14:11:14 +0000 Subject: [PATCH] fix typo git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14825 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/scons/SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/scons/SConstruct b/development/scons/SConstruct index 915e1e18d6..459c165b23 100644 --- a/development/scons/SConstruct +++ b/development/scons/SConstruct @@ -530,7 +530,7 @@ def setEnvVariable(env, name, required = None, default = None, split = True): default = default.split() # then use environment default elif os.environ.has_key(name): - print "Acquiring varaible %s from system environment: %s" % (name, os.environ[name]) + print "Acquiring variable %s from system environment: %s" % (name, os.environ[name]) default = os.environ[name] if split: default = default.split() -- 2.39.2