Skip to content

Commit

Permalink
fixup: mapport: Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
laanwj committed May 25, 2024
1 parent f3b55ca commit 97ae5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mapport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ static bool ProcessPCP()
ret = true;
actual_lifetime = std::min(actual_lifetime, mapping->lifetime);
} else if (MappingError *err = std::get_if<MappingError>(&res)) {
// Detailed error will already have been logged internally in respective Pormap function.
// Detailed error will already have been logged internally in respective Portmap function.
if (*err == MappingError::NO_RESOURCES) {
no_resources = true;
}
Expand Down

0 comments on commit 97ae5d4

Please sign in to comment.