0
0
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:
Bram Moolenaar
2018-11-16 16:21:05 +01:00
parent f0d58efc9d
commit c4568ab37e
22 changed files with 47 additions and 45 deletions

View File

@@ -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)