aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs/gprs_sndcp_pcomp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gprs/gprs_sndcp_pcomp.c')
-rw-r--r--src/gprs/gprs_sndcp_pcomp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gprs/gprs_sndcp_pcomp.c b/src/gprs/gprs_sndcp_pcomp.c
index 5f7f22aed..8c2fc974d 100644
--- a/src/gprs/gprs_sndcp_pcomp.c
+++ b/src/gprs/gprs_sndcp_pcomp.c
@@ -59,7 +59,7 @@ int gprs_sndcp_pcomp_init(const void *ctx, struct gprs_sndcp_comp *comp_entity,
slhc_init(ctx, comp_field->rfc1144_params->s01 + 1,
comp_field->rfc1144_params->s01 + 1);
LOGP(DSNDCP, LOGL_INFO,
- "RFC1144 header compression initalized.\n");
+ "RFC1144 header compression initialized.\n");
return 0;
}