aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/iax2_analysis.c
diff options
context:
space:
mode:
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) ) {