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
## 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