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]",