From e908c9c29307d73855dfb21b7aadc5736b27d013 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Tue, 15 Sep 2015 18:25:11 +0200 Subject: [PATCH] trivial: fix spelling in comment Fixes: 9a88d72fd4a289d924ce4a6703775b0d5c9868be --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index bd6a3780eb..7e36a3821c 100644 --- a/src/main.c +++ b/src/main.c @@ -257,7 +257,7 @@ main (int argc, char *argv[]) nm_g_type_init (); - /* Known to cause a possible deadlock unpon GDBus initialization: + /* Known to cause a possible deadlock upon GDBus initialization: * https://bugzilla.gnome.org/show_bug.cgi?id=674885 */ g_type_ensure (G_TYPE_SOCKET); g_type_ensure (G_TYPE_DBUS_CONNECTION);