aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorJonathan Lemon <jlemon@FreeBSD.org>2000-06-02 21:22:09 +0000
committerJonathan Lemon <jlemon@FreeBSD.org>2000-06-02 21:22:09 +0000
commit7d664a2f47215baecb5c2620632086edf1d7917c (patch)
treed3692229b0b31ca3ef951c5330f57371b30a5377 /libexec
parent48f0c5dc0ce035683d560baf3f257b9d2850e3d0 (diff)
Notes
Diffstat (limited to 'libexec')
-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 e31e9201873a1..5371ce0975656 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");