summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2018-01-26 08:36:53 -0700
committerAlan Somers <asomers@gmail.com>2018-01-26 08:36:53 -0700
commite811c270697e96405f8d3db3aff8fd98156fb3f9 (patch)
tree0294554d406c45b138c3db1786dc468eaca8777c
parent8464abb92d83f928a8a7415386792fd1c06e389b (diff)
downloadnix-e811c270697e96405f8d3db3aff8fd98156fb3f9.zip
Fix typo in release procedure
-rw-r--r--RELEASE_PROCEDURE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_PROCEDURE.md b/RELEASE_PROCEDURE.md
index 9502765c..25ba11d6 100644
--- a/RELEASE_PROCEDURE.md
+++ b/RELEASE_PROCEDURE.md
@@ -36,6 +36,6 @@ branch.
- Add a new Unreleased section header to CHANGELOG.md.
- In `Cargo.toml`, update the version to the nextversion, e.g.
`v0.8.4`.
-- In `Cargo.tml`, revert the libc dependency to its git master branch.
+- In `Cargo.toml`, revert the libc dependency to its git master branch.
- Commit with a message like "Bump to v0.8.4"
- Make a pull request.