From 316e0ea5424348cc61813e50db28d41abe9e4291 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 15 Dec 2011 22:20:42 -0500 Subject: [PATCH] Fix a typo --- gtk/gactionmuxer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gactionmuxer.c b/gtk/gactionmuxer.c index d3ddbd472b..bdc34b73af 100644 --- a/gtk/gactionmuxer.c +++ b/gtk/gactionmuxer.c @@ -35,7 +35,7 @@ * #GActionMuxer is a #GActionGroup and #GActionObservable that is * capable of containing other #GActionGroup instances. * - * The typical use is aggrgating all of the actions applicable to a + * The typical use is aggregating all of the actions applicable to a * particular context into a single action group, with namespacing. * * Consider the case of two action groups -- one containing actions