Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lo-simon authored Feb 9, 2024
1 parent b2c385f commit 6fc99f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Development/nmos/mdns.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ namespace nmos
auto resolved_ver = std::find_first_of(resolved_vers.rbegin(), resolved_vers.rend(), api_ver.rbegin(), api_ver.rend());
if (resolved_vers.rend() == resolved_ver) return true;

// hmm, may be in the furture check for the matching 'api_selector' value
// hmm, maybe in the future check for the matching 'api_selector' value
auto resolved_selector = nmos::parse_api_selector_record(records);

auto resolved_uri = web::uri_builder();
Expand Down

0 comments on commit 6fc99f1

Please sign in to comment.