Spelling fix.
authorTim Potter <tpot@samba.org>
Sun, 19 May 2002 12:07:21 +0000 (12:07 +0000)
committerTim Potter <tpot@samba.org>
Sun, 19 May 2002 12:07:21 +0000 (12:07 +0000)
(This used to be commit 37f1cd013da073ca23fd9b16ee8cfbf9a3e6cbd9)

source3/smbd/lanman.c

index 5585097c91235c1fd5dd7ab8bdadf64b78f3c650..bb9aea4c5ac70e4df4f1903cee7ccd79d2761955 100644 (file)
@@ -3083,7 +3083,7 @@ static BOOL api_WPrintJobEnumerate(connection_struct *conn,uint16 vuid, char *pa
 
   DEBUG(3,("WPrintJobEnumerate uLevel=%d name=%s\n",uLevel,name));
 
-  /* check it's a supported varient */
+  /* check it's a supported variant */
   if (strcmp(str1,"zWrLeh") != 0) return False;
   if (uLevel > 2) return False;        /* defined only for uLevel 0,1,2 */
   if (!check_printjob_info(&desc,uLevel,str2)) return False;