summaryrefslogtreecommitdiffstats
path: root/libexec/ypxfr/ypxfr_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/ypxfr/ypxfr_misc.c')
-rw-r--r--libexec/ypxfr/ypxfr_misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/ypxfr/ypxfr_misc.c b/libexec/ypxfr/ypxfr_misc.c
index e31e920..5371ce0 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");
OpenPOWER on IntegriCloud