diff options
Diffstat (limited to 'gtk/gtkmain.c')
-rw-r--r-- | gtk/gtkmain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c index 8d358823aa..82037e107f 100644 --- a/gtk/gtkmain.c +++ b/gtk/gtkmain.c @@ -44,7 +44,7 @@ * * When widgets receive an event, they frequently emit one or more * “signals”. Signals notify your program that "something - * interesting happened" by invoking functions you've connected to the signal + * interesting happened" by invoking functions you’ve connected to the signal * with g_signal_connect(). Functions connected to a signal are often termed * “callbacks”. * |