aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-ssl.c')
-rw-r--r--epan/dissectors/packet-ssl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ssl.c b/epan/dissectors/packet-ssl.c
index 9a310b4f54..02e05dc320 100644
--- a/epan/dissectors/packet-ssl.c
+++ b/epan/dissectors/packet-ssl.c
@@ -1139,7 +1139,7 @@ again:
* which we stopped.
*
* Convert that back into an offset
- * relative to the beginninng of
+ * relative to the beginning of
* "tvb", by taking the length of
* "tvb" and subtracting the offset
* relative to the end.
@@ -2377,7 +2377,7 @@ dissect_ssl2_record(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
}
}
- /* We have a valid message type, so move foward, filling in the
+ /* We have a valid message type, so move forward, filling in the
* tree by adding the length, is_escape boolean and padding_length,
* if present in the original packet
*/