summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJeff Squyres <jsquyres@cisco.com>2015-10-16 06:33:03 -0400
committerJeff Squyres <jsquyres@cisco.com>2015-10-16 06:36:32 -0400
commit13e02bb179176218ad05975d848b013728abead9 (patch)
treef36fd0a14ba9e43bd45f147ca7e6d4a8bcd9288d /README.md
parentd16095c8560cbaae1020a8e84494b8877bfe36f5 (diff)
downloadspack-13e02bb179176218ad05975d848b013728abead9.tar.gz
spack-13e02bb179176218ad05975d848b013728abead9.tar.bz2
spack-13e02bb179176218ad05975d848b013728abead9.tar.xz
spack-13e02bb179176218ad05975d848b013728abead9.zip
README.md: trivial typo fix
Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 74d618ed2f..03a5bc8af0 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ can coexist on the same system.
Most importantly, Spack is simple. It offers a simple spec syntax so
that users can specify versions and configuration options
concisely. Spack is also simple for package authors: package files are
-writtin in pure Python, and specs allow package authors to write a
+written in pure Python, and specs allow package authors to write a
single build script for many different builds of the same package.
See the