Skip to content

Commit f6c1d16

Browse files
fixup! readapting ConnectionHandlerInterface to use setting struct
1 parent fea952a commit f6c1d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ConnectionHandlerInterface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class ConnectionHandler {
8686
* in INIT state. otherwise nothing is performed. The type of the interface should match
8787
* the type of the settings provided
8888
*
89-
* @return true if the update is successfull, false otherwise
89+
* @return true if the update is successful, false otherwise
9090
*/
9191
virtual bool updateSetting(const models::NetworkSetting& s) {
9292
if(_current_net_connection_state == NetworkConnectionState::INIT && s.type == _interface) {

0 commit comments

Comments
 (0)