log typo fix in gsm0808_cipher_mode()

Change-Id: I3f6d138df9ddc9c6560d04e2e8baa1f3a50a164f
This commit is contained in:
Neels Hofmeyr 2017-12-14 03:49:14 +01:00
parent 00d64fd5ec
commit 64c2920620
1 changed files with 1 additions and 1 deletions

View File

@ -721,7 +721,7 @@ int gsm0808_cipher_mode(struct gsm_subscriber_connection *conn, int cipher,
const uint8_t *key, int len, int include_imeisv)
{
if (cipher > 0 && key == NULL) {
LOGP(DRSL, LOGL_ERROR, "Need to have an encrytpion key.\n");
LOGP(DRSL, LOGL_ERROR, "Need to have an encryption key.\n");
return -1;
}