Fix typo in comment

This commit is contained in:
Robert Fewell
2017-09-29 09:58:42 +01:00
parent 3c65ac589c
commit 3f17ed6c93

View File

@@ -730,7 +730,7 @@ gnc_item_edit_show_popup (GncItemEdit *item_edit)
else
popup_w = 0;
// Adjust the popup_y point based on poping above or below
// Adjust the popup_y point based on popping above or below
if (up_height > down_height)
popup_y = y - popup_h;
else