mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 8.1.0528: various typos in comments
Problem: Various typos in comments. Solution: Fix the typos.
This commit is contained in:
@@ -925,7 +925,7 @@ gui_mch_destroy_menu(vimmenu_T *menu)
|
||||
g_object_ref(menu->id);
|
||||
|
||||
/* Workaround for a spurious gtk warning in Ubuntu: "Trying to remove
|
||||
* a child that doesn't believe we're it's parent."
|
||||
* a child that doesn't believe we're its parent."
|
||||
* Remove widget from gui.menubar before destroying it. */
|
||||
if (menu->id != NULL && gui.menubar != NULL
|
||||
&& gtk_widget_get_parent(menu->id) == gui.menubar)
|
||||
|
Reference in New Issue
Block a user