aboutsummaryrefslogtreecommitdiffstats
path: root/ui/voip_calls.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/voip_calls.c')
-rw-r--r--ui/voip_calls.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/voip_calls.c b/ui/voip_calls.c
index c010c0335a..e6175e048a 100644
--- a/ui/voip_calls.c
+++ b/ui/voip_calls.c
@@ -961,7 +961,7 @@ t38_packet(void *tap_offset_ptr, packet_info *pinfo, epan_dissect_t *edt, const
if (gai) conv_num = (int) gai->conv_num;
}
- /* if setup_frame_number in the t38 packet is 0, it means it was not set using an SDP or H245 sesion, which means we don't
+ /* if setup_frame_number in the t38 packet is 0, it means it was not set using an SDP or H245 session, which means we don't
* have the associated Voip calls. It probably means that the packet was decoded using the default t38 port, or using "Decode as.."
* in this case we create a "voip" call that only have t38 media (no signaling)
* OR if we have not found the Setup message in the graph.
@@ -1731,7 +1731,7 @@ q931_calls_packet(void *tap_offset_ptr, packet_info *pinfo, epan_dissect_t *edt,
if (callsinfo != NULL) {
comment = NULL;
if (tapinfo->h225_cstype == H225_SETUP) {
- /* set te calling and called number from the Q931 packet */
+ /* set the calling and called number from the Q931 packet */
if (tapinfo->q931_calling_number != NULL) {
g_free(callsinfo->from_identity);
callsinfo->from_identity=g_strdup(tapinfo->q931_calling_number);