summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2013-07-24 16:28:13 +0300
committerJakub Hrozek <jhrozek@redhat.com>2013-07-25 17:43:05 +0200
commit898c4f965aeea2aa029ad56b9e9f48abce17a582 (patch)
tree49dc6096501f774fbace1b074a5a3b8873138c3c
parent4db776833131e029b1b20702e35ff49c089c5266 (diff)
downloadsssd_unused-898c4f965aeea2aa029ad56b9e9f48abce17a582.tar.gz
sssd_unused-898c4f965aeea2aa029ad56b9e9f48abce17a582.tar.xz
sssd_unused-898c4f965aeea2aa029ad56b9e9f48abce17a582.zip
Fix two minor typos
-rw-r--r--src/man/sssd-ipa.5.xml2
-rw-r--r--src/tools/sss_cache.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/man/sssd-ipa.5.xml b/src/man/sssd-ipa.5.xml
index 2eebe70f..28ac252a 100644
--- a/src/man/sssd-ipa.5.xml
+++ b/src/man/sssd-ipa.5.xml
@@ -480,7 +480,7 @@
<term>ipa_server_mode (boolean)</term>
<listitem>
<para>
- This options should only be set by the IPA
+ This option should only be set by the IPA
installer.
</para>
<para>
diff --git a/src/tools/sss_cache.c b/src/tools/sss_cache.c
index b1139b39..fa2e29de 100644
--- a/src/tools/sss_cache.c
+++ b/src/tools/sss_cache.c
@@ -527,7 +527,7 @@ errno_t init_context(int argc, const char *argv[], struct cache_tool_ctx **tctx)
{ "debug", '\0', POPT_ARG_INT | POPT_ARGFLAG_DOC_HIDDEN, &debug,
0, _("The debug level to run with"), NULL },
{ "everything", 'E', POPT_ARG_NONE, NULL, 'e',
- _("Invalidate all cached entries except for sudo rulese"), NULL },
+ _("Invalidate all cached entries except for sudo rules"), NULL },
{ "user", 'u', POPT_ARG_STRING, &user, 0,
_("Invalidate particular user"), NULL },
{ "users", 'U', POPT_ARG_NONE, NULL, 'u',