summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Hrozek <jakub.hrozek@posteo.se>2016-01-05 11:02:56 +0100
committerJakub Hrozek <jakub.hrozek@posteo.se>2016-01-05 11:02:56 +0100
commit748936f15963dee21b7ad00626b26bf6f2ab8fed (patch)
tree18f1a85a29455396e742b7252caf2ffbc7026cfc
parent0cb762dbbc5fd014220e4cdbcc8c558c5f4954bf (diff)
downloadcwrap_website-748936f15963dee21b7ad00626b26bf6f2ab8fed.tar.gz
cwrap_website-748936f15963dee21b7ad00626b26bf6f2ab8fed.tar.xz
cwrap_website-748936f15963dee21b7ad00626b26bf6f2ab8fed.zip
pam_wrapper: Fix minor typos
-rw-r--r--pam_wrapper.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/pam_wrapper.html b/pam_wrapper.html
index 9ebbe57..512b7fc 100644
--- a/pam_wrapper.html
+++ b/pam_wrapper.html
@@ -61,8 +61,8 @@
<h2>Features</h2>
<ul>
- <li>Allows you test user logins in applications.</li>
- <li>Simplfies testing of PAM modules.</li>
+ <li>Allows you to test PAM actions such as user logins in applications.</li>
+ <li>Simplifies testing of PAM modules.</li>
<li>Provides a C library and python bindings to write
simpler tests with less code</li>
</ul>