diff --git a/libexec/ypxfr/ypxfr_misc.c b/libexec/ypxfr/ypxfr_misc.c index e31e9201873a..5371ce097565 100644 --- a/libexec/ypxfr/ypxfr_misc.c +++ b/libexec/ypxfr/ypxfr_misc.c @@ -51,7 +51,7 @@ char *ypxfrerr_string(code) { switch(code) { case YPXFR_SUCC: - return ("Map successfully transfered"); + return ("Map successfully transferred"); break; case YPXFR_AGE: return ("Master's version not newer");