diff options
author | Thomas Osterried <ax25@x-berg.in-berlin.de> | 2023-05-13 21:15:04 +0200 |
---|---|---|
committer | Thomas Osterried <ax25@x-berg.in-berlin.de> | 2023-05-13 21:15:04 +0200 |
commit | d3e6d4ffaa02d8523220cf0ed2acd10594c86482 (patch) | |
tree | e771bb4afb9571939dd5a413ad77f72d022cb853 /tcpip | |
parent | 471c5882ceed45446f76df0fc1ae285930de28ed (diff) |
Signed-off-by: Thomas Osterried <dl9sau@darc.de>
Diffstat (limited to 'tcpip')
-rw-r--r-- | tcpip/ttylinkd.README | 2 | ||||
-rw-r--r-- | tcpip/ttylinkd.c | 2 | ||||
-rw-r--r-- | tcpip/ttylinkd.conf.5 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tcpip/ttylinkd.README b/tcpip/ttylinkd.README index eecdf0c..7d3a970 100644 --- a/tcpip/ttylinkd.README +++ b/tcpip/ttylinkd.README @@ -1,6 +1,6 @@ README file for ttylinkd: The ttylink daemon, dated 5 Mar 1997 -This program allows you to recieve ttylink requests from NOS or other +This program allows you to receive ttylink requests from NOS or other stations. It uses the normal Un*x talk protocol for the sysop end and inetd for the user's end. diff --git a/tcpip/ttylinkd.c b/tcpip/ttylinkd.c index daa2067..163631a 100644 --- a/tcpip/ttylinkd.c +++ b/tcpip/ttylinkd.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have recieved a copy of the GNU General Public License + * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA * 02110-1301, USA. diff --git a/tcpip/ttylinkd.conf.5 b/tcpip/ttylinkd.conf.5 index d9a87ef..7fdd470 100644 --- a/tcpip/ttylinkd.conf.5 +++ b/tcpip/ttylinkd.conf.5 @@ -10,7 +10,7 @@ Current there is only one field, with the view of not extending this further .SH PARAMETERS .TP 10 .B # -Any line beginning with the hash (#) symbol is a comment and wille be ignored. +Any line beginning with the hash (#) symbol is a comment and will be ignored. .TP 10 .B "sysop=<user>[@hostname.domain.name]" The login <user> will be attempted to be contacted with ttylinkd(8) is |