summaryrefslogtreecommitdiffstats
path: root/libexec/ypxfr
diff options
context:
space:
mode:
authorjlemon <jlemon@FreeBSD.org>2000-06-02 21:22:09 +0000
committerjlemon <jlemon@FreeBSD.org>2000-06-02 21:22:09 +0000
commit6716ee051a620697b69c55807eba165377f952f8 (patch)
tree30b85208202ca454aa109b6ea4a7e0211f7f303b /libexec/ypxfr
parent6fd18a5599ca3681010bc4ccb8ebedd959693f0f (diff)
downloadFreeBSD-src-6716ee051a620697b69c55807eba165377f952f8.zip
FreeBSD-src-6716ee051a620697b69c55807eba165377f952f8.tar.gz
Spelling fix: transfered --> transferred
Submitted by: dan@dan.emsphone.com
Diffstat (limited to 'libexec/ypxfr')
-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