summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-09-15 18:25:11 +0200
committerThomas Haller <thaller@redhat.com>2015-09-15 18:25:24 +0200
commite908c9c29307d73855dfb21b7aadc5736b27d013 (patch)
treefd41aca75e3229b54b0d4ad07cf3ac2ed3b74bc2
parent88f0d646d5089dfc8df9b03750ade72e921803eb (diff)
downloadNetworkManager-e908c9c29307d73855dfb21b7aadc5736b27d013.tar.gz
trivial: fix spelling in comment
Fixes: 9a88d72fd4a289d924ce4a6703775b0d5c9868be
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
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);