Fixed spelling

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
Jimmy Hedman 2023-12-18 12:18:44 +01:00
parent a7f2083be7
commit 34aa9f90b5
No known key found for this signature in database

View File

@ -69,7 +69,7 @@ std::vector<network::IPAddress> MDNSComponent::resolve(const std::string &servic
if (std::count(resolved.begin(), resolved.end(), ip_addr) == 0) {
resolved.push_back(ip_addr);
}
ESP_LOGVV(TAG, "Found MDS %s", ip_addr.str().c_str());
ESP_LOGVV(TAG, "Found mDNS %s", ip_addr.str().c_str());
a = a->next;
}
results = results->next;