X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/2fab8395070ff77b836cb8ca9b84c261c4387a9a..3a45383a47009a5e6a15a4005ad95ecf63539182:/src/xsmfns.c diff --git a/src/xsmfns.c b/src/xsmfns.c index 55daec7330..1f6eb84260 100644 --- a/src/xsmfns.c +++ b/src/xsmfns.c @@ -1,7 +1,7 @@ /* Session management module for systems which understand the X Session management protocol. -Copyright (C) 2002-2011 Free Software Foundation, Inc. +Copyright (C) 2002-2012 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -462,7 +462,7 @@ x_session_initialize (struct x_display_info *dpyinfo) Vx_session_id = build_string (client_id); #ifdef USE_GTK - /* GTK creats a leader window by itself, but we need to tell + /* GTK creates a leader window by itself, but we need to tell it about our client_id. */ gdk_x11_set_sm_client_id (client_id); #else