diff options
author | Szymon Janc <szymon.janc@tieto.com> | 2012-03-29 16:12:44 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-03-30 13:10:11 +0300 |
commit | 2f6a0a6641d3c8abc43e9856768580853cc843a6 (patch) | |
tree | b9903a6ac51a477014c170d75a5e55d4501a873b /network | |
parent | 28b48a5055e631aedab92681f890d4d560e9a600 (diff) |
Fix common spelling error in code and comments
Correct spelling is "incoming" not "incomming".
Diffstat (limited to 'network')
-rw-r--r-- | network/manager.c | 2 |
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. |