diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2015-10-16 14:05:14 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2015-10-16 14:05:14 -0700 |
commit | fe76e0aea230b6dabb01e4bb9e7e671161a01904 (patch) | |
tree | f36fd0a14ba9e43bd45f147ca7e6d4a8bcd9288d | |
parent | d16095c8560cbaae1020a8e84494b8877bfe36f5 (diff) | |
parent | 13e02bb179176218ad05975d848b013728abead9 (diff) | |
download | spack-fe76e0aea230b6dabb01e4bb9e7e671161a01904.tar.gz spack-fe76e0aea230b6dabb01e4bb9e7e671161a01904.tar.bz2 spack-fe76e0aea230b6dabb01e4bb9e7e671161a01904.tar.xz spack-fe76e0aea230b6dabb01e4bb9e7e671161a01904.zip |
Merge pull request #130 from jsquyres/pr/trivial-README-update
README.md: trivial typo fix
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |