summaryrefslogtreecommitdiffstats
path: root/common/state/state.c
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2019-02-06 11:34:02 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-02-07 08:53:58 +0100
commit69b16bcc850c9eef0f399f531d0b0cfdacb9b4e4 (patch)
treecdef61b9652f622a400fffb9dd8e3657a20e65db /common/state/state.c
parentee5177069e32163d0db0a0fa0e7054d6560298e2 (diff)
downloadbarebox-69b16bcc850c9eef0f399f531d0b0cfdacb9b4e4.tar.gz
barebox-69b16bcc850c9eef0f399f531d0b0cfdacb9b4e4.tar.xz
common: state: fix typo
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/state/state.c')
-rw-r--r--common/state/state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/state/state.c b/common/state/state.c
index 54c57232e6..d3e048b990 100644
--- a/common/state/state.c
+++ b/common/state/state.c
@@ -128,7 +128,7 @@ int state_load(struct state *state)
int state_load_no_auth(struct state *state)
{
- return state_do_load(state, STATE_FLAG_NO_AUTHENTIFICATION);
+ return state_do_load(state, STATE_FLAG_NO_AUTHENTICATION);
}
static int state_format_init(struct state *state, const char *backend_format,