From 02f67b5c16417d68564f95046bb2cda1525445bd Mon Sep 17 00:00:00 2001
From: Javier Cervantes <javiercvilla@gmail.com>
Date: Wed, 24 Oct 2018 12:40:35 +0200
Subject: [PATCH] Fix typo in help message (#9599)

---
 lib/spack/spack/cmd/buildcache.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/spack/spack/cmd/buildcache.py b/lib/spack/spack/cmd/buildcache.py
index 6ff8acddcb..dc9f736a7e 100644
--- a/lib/spack/spack/cmd/buildcache.py
+++ b/lib/spack/spack/cmd/buildcache.py
@@ -58,7 +58,7 @@ def setup_parser(subparser):
                               " tarballs for testing")
     install.add_argument(
         'packages', nargs=argparse.REMAINDER,
-        help="specs of packages to install biuldache for")
+        help="specs of packages to install buildcache for")
     install.set_defaults(func=installtarball)
 
     listcache = subparsers.add_parser('list', help=listspecs.__doc__)
-- 
GitLab