diff options
author | Reuben Thomas <rrt@sc3d.org> | 2007-11-26 16:28:38 +0000 |
---|---|---|
committer | Reuben Thomas <rrt@sc3d.org> | 2007-11-26 16:28:38 +0000 |
commit | 7f9a93a1f451572fe3c723c9b8a3d9baf958bf9c (patch) | |
tree | 0c25e6e0ad11fa7d5127acc6a8a6e1dc8829ed5b | |
parent | ca99ac00690cd5330e587dd644c45db313f47e91 (diff) | |
download | plptools-7f9a93a1f451572fe3c723c9b8a3d9baf958bf9c.tar.gz plptools-7f9a93a1f451572fe3c723c9b8a3d9baf958bf9c.tar.bz2 plptools-7f9a93a1f451572fe3c723c9b8a3d9baf958bf9c.zip |
A couple of small English fixes.
-rw-r--r-- | doc/ncpd.man.in | 2 | ||||
-rw-r--r-- | ncpd/ncp.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/ncpd.man.in b/doc/ncpd.man.in index d2ba675..f540c03 100644 --- a/doc/ncpd.man.in +++ b/doc/ncpd.man.in @@ -38,7 +38,7 @@ Display the version and exit Display a short help text and exit. .TP .B \-e, --autoexit -Exit automatically, if the device is disconnected. Furthermore, use the +Exit automatically if the device is disconnected. Furthermore, use the current tty as I/O device. This option is intended for starting ncpd on demand using mgetty's auto-detect function. (A patch for mgetty is needed for that). diff --git a/ncpd/ncp.cc b/ncpd/ncp.cc index 90daa45..83fa8b9 100644 --- a/ncpd/ncp.cc +++ b/ncpd/ncp.cc @@ -338,7 +338,7 @@ decodeControlMessage(bufferStore & buff) b.addDWord(time(NULL)); controlChannel(0, NCON_MSG_NCP_INFO, b); } else { - lout << "ALERT!!!! Unexpected Protocol Version!! (No Series 5/3?)!" << endl; + lout << "ALERT!!!! Unexpected Protocol Version!! (Not Series 3/5?)!" << endl; failed = true; } break; |