diff options
author | Volker Lendecke <vl@samba.org> | 2020-01-23 21:23:03 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2020-01-30 12:27:40 +0000 |
commit | 168c6d9b8f68ef58ae671336818c57f499647484 (patch) | |
tree | 0be9751f0be2c07ea3f4fa4de255c33158650dc3 /libcli/smb | |
parent | 9f2b131c5700e0f44db01e8c458d018258aee8ba (diff) | |
download | samba-168c6d9b8f68ef58ae671336818c57f499647484.tar.gz |
libsmb: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'libcli/smb')
-rw-r--r-- | libcli/smb/smb2_create_ctx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/smb/smb2_create_ctx.h b/libcli/smb/smb2_create_ctx.h index 0e0b713e55c..7e7bf22d36f 100644 --- a/libcli/smb/smb2_create_ctx.h +++ b/libcli/smb/smb2_create_ctx.h @@ -1,7 +1,7 @@ /* Unix SMB/CIFS implementation. - SMB2 create context specifc stuff + SMB2 create context specific stuff Copyright (C) Ralph Boehme 2014 |