aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarío Hereñú <magallania@gmail.com>2017-10-05 01:31:29 -0300
committerGitHub <noreply@github.com>2017-10-05 01:31:29 -0300
commitc8acd677f5fd2913d0bc2293a00ed32adbff99b7 (patch)
treee80f0cb704b0d4a215d3545ab07fe0e2c16333ee
parent18e2de753e2bcad172f066dc6ec78899940930ca (diff)
Typos
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3c0eedb..f4379ca 100644
--- a/README.md
+++ b/README.md
@@ -129,7 +129,7 @@ Once all the dependencies are installed, you can get the repository by running:
go get -d github.com/google/fscrypt/...
```
and then you can run `make` in `$GOPATH/github.com/google/fscrypt` to build the
-executable and PAM moudle in that directory. Running `sudo make install` installs the binary to
+executable and PAM module in that directory. Running `sudo make install` installs the binary to
`/usr/local/bin`.
See the `Makefile` for instructions on how to customize the build. This includes
@@ -539,7 +539,7 @@ Protector 2c75f519b9c9959d no longer protecting policy 16382f282d7b29ee.
## Contributing
We would love to accept your contributions to fscrypt. See the `CONTRIBUTING.md`
-file for more information about singing the CLA and submitting a pull request.
+file for more information about signing the CLA and submitting a pull request.
## Troubleshooting