diff --git a/en_US.ISO8859-1/articles/ldap-auth/article.xml b/en_US.ISO8859-1/articles/ldap-auth/article.xml
index 491c6da726..c8579870b5 100644
--- a/en_US.ISO8859-1/articles/ldap-auth/article.xml
+++ b/en_US.ISO8859-1/articles/ldap-auth/article.xml
@@ -288,7 +288,7 @@ tls_cacert /path/to/your/cacert.crt
The base entry for our database is
dc=example,dc=org. The default location for
users that most clients seem to expect is something like
- ou=people,base, so
+ ou=people,base, so
that is what will be used here. However keep in mind that this is
configurable.
@@ -410,7 +410,7 @@ cn: tuser
With this set, security/pam_ldap will search the entire
LDAP directory under base for the value
- uid=username. If it
+ uid=username. If it
finds one and only one entry, it will attempt to bind as that user
with the password it was given. If it binds correctly, then it
will allow access. Otherwise it will fail.