Fix typo and remove trailing whitespaces in nas-security

This commit is contained in:
theodorsm 2023-09-01 23:14:19 +02:00 committed by Sukchan Lee
parent 902a348f1d
commit d5eff9e24a
1 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@ ogs_pkbuf_t *nas_5gs_security_encode(
ciphered = 1;
break;
default:
ogs_error("Not implemented(securiry header type:0x%x)",
ogs_error("Not implemented(security header type:0x%x)",
message->h.security_header_type);
return NULL;
}