From 4b4e0e151687621f552ababab7bb960c59e3de86 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 15 Jul 2008 16:16:17 -0400 Subject: [PATCH] fix typo --- ipa-server/ipa-kpasswd/ipa_kpasswd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]",