summaryrefslogtreecommitdiff
path: root/ui/gtk/iax2_analysis.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-09-16 11:25:17 -0400
committerBill Meier <wmeier@newsguy.com>2014-09-16 15:31:58 +0000
commita379ac74d27a094cd89b0fc0f5196c46052f5a9f (patch)
tree662a038427bf7c82167703e4a3838a87dda0400b /ui/gtk/iax2_analysis.c
parentb14bf98c06dbf1324c63dee633a025d251391601 (diff)
downloadwireshark-a379ac74d27a094cd89b0fc0f5196c46052f5a9f.tar.gz
Fix spelling: cant-->can't, wont-->won't, etc
Change-Id: Ia6c3e7a25615bf8e052c3bacf096d76df775c9c2 Reviewed-on: https://code.wireshark.org/review/4126 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'ui/gtk/iax2_analysis.c')
-rw-r--r--ui/gtk/iax2_analysis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/iax2_analysis.c b/ui/gtk/iax2_analysis.c
index 2935f0f2f9..f3476fe1e0 100644
--- a/ui/gtk/iax2_analysis.c
+++ b/ui/gtk/iax2_analysis.c
@@ -1368,7 +1368,7 @@ dialog_graph_draw(user_data_t* user_data)
y_pos = draw_height-1 - (val*draw_height)/max_y + top_y_border;
}
- /* dont need to draw anything if the segment
+ /* don't need to draw anything if the segment
* is entirely above the top of the graph
*/
if ( (prev_y_pos == 0) && (y_pos == 0) ) {