aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoseph Richey <joerichey@google.com>2018-11-20 18:26:01 -0800
committerGitHub <noreply@github.com>2018-11-20 18:26:01 -0800
commit15af139f45208bc8bf1696629c7e8a5dcc2140ce (patch)
tree39d88492ca0199d8d5d00238b7378b23b2963164 /README.md
parent0294624efdef9b78e305453b740d380a64583324 (diff)
parent4dace1840255f47527c3a0c299f473739f4f8e7a (diff)
Merge pull request #110 from wjt/patch-1
README: fix "Debain" typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2fb0b84..3fb30e1 100644
--- a/README.md
+++ b/README.md
@@ -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)