diff options
| author | Joseph Richey <joerichey@google.com> | 2018-11-20 18:26:01 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-20 18:26:01 -0800 |
| commit | 15af139f45208bc8bf1696629c7e8a5dcc2140ce (patch) | |
| tree | 39d88492ca0199d8d5d00238b7378b23b2963164 | |
| parent | 0294624efdef9b78e305453b740d380a64583324 (diff) | |
| parent | 4dace1840255f47527c3a0c299f473739f4f8e7a (diff) | |
Merge pull request #110 from wjt/patch-1
README: fix "Debain" typo
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -111,7 +111,7 @@ fscrypt has a minimal set of build dependencies: * `make` * Headers for [`libpam`](http://www.linux-pam.org/). Install them with the appropriate package manager: - - Debain/Ubuntu: `sudo apt install libpam0g-dev` + - Debian/Ubuntu: `sudo apt install libpam0g-dev` - Red Hat: `sudo yum install pam-devel` - Arch: [`pam`](https://www.archlinux.org/packages/core/x86_64/pam/) package (usually installed by default) |