summaryrefslogtreecommitdiff
path: root/libcli/auth
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-08-10 19:41:38 +0200
committerVolker Lendecke <vl@samba.org>2010-08-12 08:07:50 +0200
commitf62756e8f06c0c3d54c41460c8d25cb12af5fb24 (patch)
tree24ec6709e151ca1a39360770ae4d5853f6dbb3d1 /libcli/auth
parent44de839dabb6062d524ddc0001ca23fb8505e643 (diff)
downloadsamba-f62756e8f06c0c3d54c41460c8d25cb12af5fb24.tar.gz
samba-f62756e8f06c0c3d54c41460c8d25cb12af5fb24.tar.bz2
samba-f62756e8f06c0c3d54c41460c8d25cb12af5fb24.zip
Fix a typo
Diffstat (limited to 'libcli/auth')
-rw-r--r--libcli/auth/ntlmssp_server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/auth/ntlmssp_server.c b/libcli/auth/ntlmssp_server.c
index 844a0b4a5d..9c177eece0 100644
--- a/libcli/auth/ntlmssp_server.c
+++ b/libcli/auth/ntlmssp_server.c
@@ -1,7 +1,7 @@
/*
Unix SMB/Netbios implementation.
Version 3.0
- handle NLTMSSP, server side
+ handle NTLMSSP, server side
Copyright (C) Andrew Tridgell 2001
Copyright (C) Andrew Bartlett 2001-2010