aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-03-10 23:30:37 +0100
committerHarald Welte <laforge@gnumonks.org>2016-03-17 14:15:16 +0100
commitd2fa7a509a989bb775b56932502d128ec974330d (patch)
treeac1b91a86b068b4c04f5bb40ac3e34974d2d37ff /openbsc/include
parentf4afcf0b2345a51d3e69c4dbb61279af233388cf (diff)
fix confusing typo in constant (THAN -> THEN)
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/auth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/auth.h b/openbsc/include/openbsc/auth.h
index 2364fb3d2..d41d1419b 100644
--- a/openbsc/include/openbsc/auth.h
+++ b/openbsc/include/openbsc/auth.h
@@ -6,7 +6,7 @@ struct gsm_subscriber;
enum auth_action {
AUTH_NOT_AVAIL = 0, /* No auth tuple available */
- AUTH_DO_AUTH_THAN_CIPH = 1, /* Firsth authenticate, then cipher */
+ AUTH_DO_AUTH_THEN_CIPH = 1, /* Firsth authenticate, then cipher */
AUTH_DO_CIPH = 2, /* Only ciphering */
AUTH_DO_AUTH = 3, /* Only authentication, no ciphering */
};