aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-vssmonitoring.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-vssmonitoring.c')
-rw-r--r--epan/dissectors/packet-vssmonitoring.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-vssmonitoring.c b/epan/dissectors/packet-vssmonitoring.c
index 3ed79be623..c2cb65036f 100644
--- a/epan/dissectors/packet-vssmonitoring.c
+++ b/epan/dissectors/packet-vssmonitoring.c
@@ -120,7 +120,7 @@ dissect_vssmonitoring(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void
/* There are only heuristics for timestamps, the port stamp can be any value */
if ( vssmonitoring_use_heuristics ) {
- /* The timestamp will be based on the uptime untill the TAP is completely booted,
+ /* The timestamp will be based on the uptime until the TAP is completely booted,
* this takes about 60s, but use 1 hour to be sure
*/
if (vssmonitoring_time.secs > 3600) {