aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ntp.c
diff options
context:
space:
mode:
authorSake Blok <sake@euronet.nl>2011-01-21 00:19:03 +0000
committerSake Blok <sake@euronet.nl>2011-01-21 00:19:03 +0000
commit6e74ad909766c7812417a09b1e691622e4dfa643 (patch)
tree83dc57e30eb921cdebcfc8f4feceb3e8a0165ed6 /epan/dissectors/packet-ntp.c
parent9e1d1e0e1338397a279fc4bc01038d9864a31a2f (diff)
Adress => Address corrections (also in comments).
(see bug 5600) svn path=/trunk/; revision=35600
Diffstat (limited to 'epan/dissectors/packet-ntp.c')
-rw-r--r--epan/dissectors/packet-ntp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ntp.c b/epan/dissectors/packet-ntp.c
index fb92114f14..06feae87fb 100644
--- a/epan/dissectors/packet-ntp.c
+++ b/epan/dissectors/packet-ntp.c
@@ -744,7 +744,7 @@ dissect_ntp_std(tvbuff_t *tvb, proto_tree *ntp_tree, guint8 flags)
* asks from stratum-2 - stratum-15 servers to set this to the
* low order 32 bits of the latest transmit timestamp of the
* reference source.
- * But, all V3 and V4 servers set this to IP adress of their
+ * But, all V3 and V4 servers set this to IP address of their
* higher level server. My decision was to resolve this address.
*/
buff = ep_alloc(NTP_TS_SIZE);