Skip to content

Commit

Permalink
misc: unify terminology
Browse files Browse the repository at this point in the history
won't → unable to

Change-Id: I1ce5af3ac16ed364df62d20338507b714a47b913
GitLab: https://git.jami.net/savoirfairelinux/jami-client-qt/issues/1730
  • Loading branch information
ovari authored and aberaud committed Nov 27, 2024
1 parent 63d5f4b commit bae4391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/upnp/protocol/natpmp/nat_pmp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ NatPmp::sendMappingRequest(Mapping& mapping, uint32_t& lifetime)
// Unfortunately, libnatpmp only allows reading one response per request sent; calling
// readResponse again at this point would result in a NATPMP_ERR_NOPENDINGREQ error.
// Since it is unable to known whether the mapping was actually created or not, we return an
// error to ensure the caller won't attempt to use a port mapping that doesn't exist.
// error to ensure the caller is unable to attempt to use a port mapping that doesn't exist.
return NATPMP_ERR_INVALIDARGS;
}

Expand Down

0 comments on commit bae4391

Please sign in to comment.