summaryrefslogtreecommitdiffstats
path: root/ipa-server
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2008-07-15 16:16:17 -0400
committerSimo Sorce <ssorce@redhat.com>2008-07-15 16:16:33 -0400
commit4b4e0e151687621f552ababab7bb960c59e3de86 (patch)
treeb986bc47a1dd2c79018c3198ecd429fa04cbe9c8 /ipa-server
parent6980b073035cdd43b30b58aba3ce7f84f16a14ad (diff)
downloadfreeipa-4b4e0e151687621f552ababab7bb960c59e3de86.tar.gz
freeipa-4b4e0e151687621f552ababab7bb960c59e3de86.tar.xz
freeipa-4b4e0e151687621f552ababab7bb960c59e3de86.zip
fix typo
Diffstat (limited to 'ipa-server')
-rw-r--r--ipa-server/ipa-kpasswd/ipa_kpasswd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-server/ipa-kpasswd/ipa_kpasswd.c b/ipa-server/ipa-kpasswd/ipa_kpasswd.c
index 1c3ac9352..7b4f39ea2 100644
--- a/ipa-server/ipa-kpasswd/ipa_kpasswd.c
+++ b/ipa-server/ipa-kpasswd/ipa_kpasswd.c
@@ -1319,7 +1319,7 @@ int main(int argc, char *argv[])
hints.ai_flags = AI_NUMERICHOST;
hints.ai_family = AF_UNSPEC;
- /* this shoud return 2 entries, one for UDP and one for TCP */
+ /* this should return 2 entries, one for UDP and one for TCP */
ret = getaddrinfo(host, "kpasswd", &hints, &ai);
if (ret) {
syslog(LOG_ERR, "Error getting address info (%s) for [%s]",