aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli/tap-dcerpcstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/cli/tap-dcerpcstat.c')
-rw-r--r--ui/cli/tap-dcerpcstat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/cli/tap-dcerpcstat.c b/ui/cli/tap-dcerpcstat.c
index b9345e81be..19535949e0 100644
--- a/ui/cli/tap-dcerpcstat.c
+++ b/ui/cli/tap-dcerpcstat.c
@@ -69,11 +69,11 @@ dcerpcstat_packet(void *prs, packet_info *pinfo, epan_dissect_t *edt _U_, const
return 0;
}
if(!ri->call_data->req_frame){
- /* we have not seen the request so we dont know the delta*/
+ /* we have not seen the request so we don't know the delta*/
return 0;
}
if(ri->call_data->opnum>=rs->num_procedures){
- /* dont handle this since its outside of known table */
+ /* don't handle this since its outside of known table */
return 0;
}