Skip to content

Commit de58d4d

Browse files
committed
Fixed typo
1 parent 8cbb22d commit de58d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PubSubClient.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ PubSubClient& PubSubClient::setClient(Client& client){
790790
return *this;
791791
}
792792

793-
viod PubSubClient::resetClient() {
793+
void PubSubClient::resetClient() {
794794
if (connected()) {
795795
disconnect();
796796
}

0 commit comments

Comments
 (0)