summaryrefslogtreecommitdiffstats
path: root/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipapwd_common.c
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2011-09-05 16:32:53 +0200
committerMartin Kosek <mkosek@redhat.com>2011-09-07 13:21:06 +0200
commit236dcfa236a703592e6a17b9fac5b9d9e15d242b (patch)
tree9719ccbbb888de0478bf0c812349d91a2da4426d /daemons/ipa-slapi-plugins/ipa-pwd-extop/ipapwd_common.c
parent8f1eca7c04cbae65de5778a5a28890303439e154 (diff)
downloadfreeipa-236dcfa236a703592e6a17b9fac5b9d9e15d242b.tar.gz
freeipa-236dcfa236a703592e6a17b9fac5b9d9e15d242b.tar.xz
freeipa-236dcfa236a703592e6a17b9fac5b9d9e15d242b.zip
Fix typos
Fix "The the" and "classses" in FreeIPA code and messages. https://fedorahosted.org/freeipa/ticket/1480
Diffstat (limited to 'daemons/ipa-slapi-plugins/ipa-pwd-extop/ipapwd_common.c')
-rw-r--r--daemons/ipa-slapi-plugins/ipa-pwd-extop/ipapwd_common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipapwd_common.c b/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipapwd_common.c
index fc9ccb05c..7bc2e7d54 100644
--- a/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipapwd_common.c
+++ b/daemons/ipa-slapi-plugins/ipa-pwd-extop/ipapwd_common.c
@@ -16,7 +16,7 @@
*
* In the following paragraph, "GPL" means the GNU General Public
* License, version 3 or any later version, and "Non-GPL Code" means
- * code that is governed neither by the the GPL nor a license
+ * code that is governed neither by the GPL nor a license
* compatible with the GPL.
*
* You may link the code of this Program with Non-GPL Code and convey
@@ -54,7 +54,7 @@ extern const char *ipa_pwd_config_dn;
/* These are the default enc:salt types if nothing is defined.
* TODO: retrieve the configure set of ecntypes either from the
- * kfc.conf file or by synchronizing the the file content into
+ * kfc.conf file or by synchronizing the file content into
* the directory */
static const char *ipapwd_def_encsalts[] = {
"des3-hmac-sha1:normal",