summaryrefslogtreecommitdiffstats
path: root/src/sss_client/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sss_client/common.c')
-rw-r--r--src/sss_client/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sss_client/common.c b/src/sss_client/common.c
index 970cfe6f3..0d9106a04 100644
--- a/src/sss_client/common.c
+++ b/src/sss_client/common.c
@@ -198,7 +198,7 @@ static enum sss_status sss_cli_recv_rep(enum sss_cli_command cmd,
int len;
int ret;
- header[0] = SSS_NSS_HEADER_SIZE; /* unitl we know the real lenght */
+ header[0] = SSS_NSS_HEADER_SIZE; /* unitl we know the real length */
header[1] = 0;
header[2] = 0;
header[3] = 0;