station: Fix typo

This commit is contained in:
Denis Kenzior 2019-07-17 09:00:39 -05:00
parent 3c27528523
commit fe3858f738
1 changed files with 1 additions and 1 deletions

View File

@ -848,7 +848,7 @@ static struct handshake_state *station_handshake_setup(struct station *station,
"ProtocolVersion",
&eapol_proto_version)) {
if (eapol_proto_version > 3) {
l_warn("Invalid ProtolVersion value - should be 0-3");
l_warn("Invalid ProtocolVersion value - should be 0-3");
eapol_proto_version = 0;
}