Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
{
NTSTATUS nt_status;
- /* muliple negprots are not premitted */
+ /* multiple negprots are not premitted */
if (smb_conn->negotiate.auth_context) {
DEBUG(3,("get challenge: is this a secondary negprot? auth_context is non-NULL!\n"));
return NT_STATUS_FOOBAR;
} statistics;
};
-/* we need a forward declaration of the ntvfs_ops strucutre to prevent
+/* we need a forward declaration of the ntvfs_ops structure to prevent
include recursion */
struct ntvfs_context;
bool nt_status_support;
} config;
- /* some statictics for the management tools */
+ /* some statistics for the management tools */
struct {
/* the time when the client connects */
struct timeval connect_time;