Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Jan 11, 2022
1 parent 98f73fc commit 25e873e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/minimal-mdns/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ int main(int argc, char ** args)
chip::System::Clock::Milliseconds32(gOptions.runtimeMs),
[](System::Layer *, void *) {
// Close all sockets BEFORE system layer is shut down, otherwise
// attempts to free UDP sockeds with system layer down will segfault
// attempts to free UDP sockets with system layer down will segfault
gMdnsServer.Shutdown();

DeviceLayer::PlatformMgr().StopEventLoopTask();
Expand Down

0 comments on commit 25e873e

Please sign in to comment.