We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea952a commit f6c1d16Copy full SHA for f6c1d16
src/ConnectionHandlerInterface.h
@@ -86,7 +86,7 @@ class ConnectionHandler {
86
* in INIT state. otherwise nothing is performed. The type of the interface should match
87
* the type of the settings provided
88
*
89
- * @return true if the update is successfull, false otherwise
+ * @return true if the update is successful, false otherwise
90
*/
91
virtual bool updateSetting(const models::NetworkSetting& s) {
92
if(_current_net_connection_state == NetworkConnectionState::INIT && s.type == _interface) {
0 commit comments