diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2017-02-18 08:59:59 +1300 |
---|---|---|
committer | Garming Sam <garming@samba.org> | 2017-02-22 08:26:23 +0100 |
commit | a2fbe8b915043abcd0a726b06fee3a265d2ad6e6 (patch) | |
tree | f89bd827ac69de053fceb0e427b82251158104e4 /libcli | |
parent | 1134f4f177efa807d45b96502ef6d7d34428bdb4 (diff) | |
download | samba-a2fbe8b915043abcd0a726b06fee3a265d2ad6e6.tar.gz |
Correct "intialise" typos.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Diffstat (limited to 'libcli')
-rw-r--r-- | libcli/smb/smb_signing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/smb/smb_signing.c b/libcli/smb/smb_signing.c index a7bc819f489..bb4aa6dd13c 100644 --- a/libcli/smb/smb_signing.c +++ b/libcli/smb/smb_signing.c @@ -167,7 +167,7 @@ static void smb_signing_md5(const DATA_BLOB *mac_key, */ MD5Init(&md5_ctx); - /* intialise with the key */ + /* initialise with the key */ MD5Update(&md5_ctx, mac_key->data, mac_key->length); /* copy in the first bit of the SMB header */ |