From 7290322d9614b1e3f5991ee257980e0575bef80e Mon Sep 17 00:00:00 2001 From: Todd Gamblin Date: Sun, 26 Jan 2014 02:22:15 -0800 Subject: [PATCH] Fix spelling error in tmp dir --- lib/spack/spack/globals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/spack/spack/globals.py b/lib/spack/spack/globals.py index ad0fc3df58..40bb50f219 100644 --- a/lib/spack/spack/globals.py +++ b/lib/spack/spack/globals.py @@ -81,7 +81,7 @@ # is a shared filesystem. Spack will use the first of these paths # that it can create. tmp_dirs = ['/nfs/tmp2/%u/spack-stage', - '/var/tmp/%u/spcak-stage', + '/var/tmp/%u/spack-stage', '/tmp/%u/spack-stage'] # Whether spack should allow installation of unsafe versions of