summaryrefslogtreecommitdiff
path: root/man/man7/zmq_tcp.7
diff options
context:
space:
mode:
Diffstat (limited to 'man/man7/zmq_tcp.7')
-rw-r--r--man/man7/zmq_tcp.74
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man7/zmq_tcp.7 b/man/man7/zmq_tcp.7
index 41a116b..52bf0d2 100644
--- a/man/man7/zmq_tcp.7
+++ b/man/man7/zmq_tcp.7
@@ -1,6 +1,6 @@
.TH zmq_tcp 7 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME
-TCP-based tranport for 0MQ
+TCP-based transport for 0MQ
.SH SYNOPSIS
TCP is an ubiquitous unicast transport. When connecting distributed
@@ -8,7 +8,7 @@ applications, you will mostly use TCP transport.
.SH CONNECTION STRING
-Connection string for TCP transport is "tcp://" followed by an IP adress,
+Connection string for TCP transport is "tcp://" followed by an IP address,
colon and port number. IP address can be either its numeric representation,
a NIC name or a hostname (resolved by DNS):