aboutsummaryrefslogtreecommitdiff
path: root/include/weave/provider/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/weave/provider/network.h')
-rw-r--r--include/weave/provider/network.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/weave/provider/network.h b/include/weave/provider/network.h
index a73b75e..2be2dfb 100644
--- a/include/weave/provider/network.h
+++ b/include/weave/provider/network.h
@@ -20,7 +20,7 @@ namespace provider {
// sockets, implementing XMPP push notifications channel.
//
// There are 2 main parts of this interface. One part is used to check network
-// connection status and signup for notification if connection status changes.
+// connection status and sign up for notification if connection status changes.
// Implementation of GetConnectionState() should return current network
// connection state (enum Network::State).
// Implementation of AddConnectionChangedCallback() should remember callback