From 75ca5f839f63aabc0ad770a2e37f9ca700a66436 Mon Sep 17 00:00:00 2001 From: "Zane U. Ji" Date: Fri, 20 Dec 2013 21:39:23 +0800 Subject: [PATCH] Fixed a typo --- src/myipc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/myipc.cpp b/src/myipc.cpp index fb8b629..a9f9370 100644 --- a/src/myipc.cpp +++ b/src/myipc.cpp @@ -88,7 +88,7 @@ bool MyServerConnection::OnPoke ( } #ifndef __WXMSW__ #if defined ( __WXGTK__ ) && !defined ( __NO_GTK__ ) - // Processes mostly cannot raise theire own windows. + // Processes mostly cannot raise their own windows. // http://osdir.com/ml/gnome.gaim.devel/2004-12/msg00077.html GtkWidget *widget = frame->GetHandle(); GdkWindow *window = gtk_widget_get_window ( widget );