Fix a typo

svn path=/trunk/; revision=21877
This commit is contained in:
Matthias Clasen
2008-12-13 05:20:10 +00:00
parent 2e22288e75
commit 1934d3423b
8 changed files with 23 additions and 11 deletions

View File

@ -660,7 +660,7 @@ _gdk_window_new (GdkWindow *parent,
void
_gdk_windowing_window_destroy_foreign (GdkWindow *window)
{
/* It's somebody else's window, but in our heirarchy,
/* It's somebody else's window, but in our hierarchy,
* so reparent it to the root window, and then send
* it a delete event, as if we were a WM
*/

View File

@ -508,9 +508,9 @@ _gdk_window_destroy_hierarchy (GdkWindow *window,
{
/* Logically, it probably makes more sense to send
* a "destroy yourself" message to the foreign window
* whether or not it's in our heirarchy; but for historical
* whether or not it's in our hierarchy; but for historical
* reasons, we only send "destroy yourself" messages to
* foreign windows in our heirarchy.
* foreign windows in our hierarchy.
*/
if (private->parent)
_gdk_windowing_window_destroy_foreign (window);

View File

@ -1170,7 +1170,7 @@ _gdk_windowing_window_destroy (GdkWindow *window,
void
_gdk_windowing_window_destroy_foreign (GdkWindow *window)
{
/* It's somebody else's window, but in our heirarchy,
/* It's somebody else's window, but in our hierarchy,
* so reparent it to the root window, and then send
* it a delete event, as if we were a WM
*/