diff options
-rw-r--r-- | src/util/sss_krb5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/sss_krb5.c b/src/util/sss_krb5.c index f8a7e6f9b..a9be8242e 100644 --- a/src/util/sss_krb5.c +++ b/src/util/sss_krb5.c @@ -575,7 +575,7 @@ errno_t check_fast(const char *str, bool *use_fast) return EOK; #else - sss_log(SSS_LOG_ALERT, "This build of sssd done not support FAST. " + sss_log(SSS_LOG_ALERT, "This build of sssd does not support FAST. " "Please remove option krb5_use_fast.\n"); return EINVAL; #endif |