summaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2012-03-29 16:12:44 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-03-30 13:10:11 +0300
commit2f6a0a6641d3c8abc43e9856768580853cc843a6 (patch)
treeb9903a6ac51a477014c170d75a5e55d4501a873b /network
parent28b48a5055e631aedab92681f890d4d560e9a600 (diff)
Fix common spelling error in code and comments
Correct spelling is "incoming" not "incomming".
Diffstat (limited to 'network')
-rw-r--r--network/manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/manager.c b/network/manager.c
index 00a55aacf..dd0f31167 100644
--- a/network/manager.c
+++ b/network/manager.c
@@ -179,7 +179,7 @@ int network_manager_init(DBusConnection *conn)
}
/*
- * There is one socket to handle the incomming connections. NAP,
+ * There is one socket to handle the incoming connections. NAP,
* GN and PANU servers share the same PSM. The initial BNEP message
* (setup connection request) contains the destination service
* field that defines which service the source is connecting to.