mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix typo in comment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user