diff options
| author | Jonathan Lemon <jlemon@FreeBSD.org> | 2000-06-02 21:22:09 +0000 |
|---|---|---|
| committer | Jonathan Lemon <jlemon@FreeBSD.org> | 2000-06-02 21:22:09 +0000 |
| commit | 7d664a2f47215baecb5c2620632086edf1d7917c (patch) | |
| tree | d3692229b0b31ca3ef951c5330f57371b30a5377 /libexec | |
| parent | 48f0c5dc0ce035683d560baf3f257b9d2850e3d0 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/ypxfr/ypxfr_misc.c | 2 |
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"); |
