svn commit: samba r16094 - in trunk/source/smbd: .

vlendec at samba.org vlendec at samba.org
Thu Jun 8 09:08:46 GMT 2006


Author: vlendec
Date: 2006-06-08 09:08:45 +0000 (Thu, 08 Jun 2006)
New Revision: 16094

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16094

Log:
Trivial typo
Modified:
   trunk/source/smbd/nttrans.c


Changeset:
Modified: trunk/source/smbd/nttrans.c
===================================================================
--- trunk/source/smbd/nttrans.c	2006-06-08 09:04:04 UTC (rev 16093)
+++ trunk/source/smbd/nttrans.c	2006-06-08 09:08:45 UTC (rev 16094)
@@ -2380,7 +2380,7 @@
 		return ERROR_NT(NT_STATUS_INVALID_HANDLE);
 	}
 
-	/* the NULL pointer cheking for fsp->fake_file_handle->pd
+	/* the NULL pointer checking for fsp->fake_file_handle->pd
 	 * is done by CHECK_NTQUOTA_HANDLE_OK()
 	 */
 	qt_handle = (SMB_NTQUOTA_HANDLE *)fsp->fake_file_handle->pd;



More information about the samba-cvs mailing list