--=_courier-26456-1052695765-0001-2
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 7bit
On Sun, 2003-05-11 at 11:59, Peter Hicks wrote:
> jw schultz wrote:
> 
> >>Your mailer ate it.  Wordwrap, tab2space and unchanged lines
> >>are missing a leading space.
> >>    
> >>
> I give up, I'm going home!  
> 
> http://journal.poggs.com/2003/05/10/spell-2.4.21rc2.patch
> 
> Its definitely there.  Intact.  Untouched by Mozilla.
> 
Yep, it was there.
The following patch applies on top to fix FIMXME
Jon.
--=_courier-26456-1052695765-0001-2
Content-Type: text/x-patch; name="spell_FIXME.patch"; charset=iso-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename=spell_FIXME.patch
diff -uar linux-2.4.21-rc2/drivers/scsi/cpqfcTSstructs.h linux-2.4.21-rc2-devel/drivers/scsi/cpqfcTSstructs.h
--- linux-2.4.21-rc2/drivers/scsi/cpqfcTSstructs.h	Sun May 11 20:12:38 2003
+++ linux-2.4.21-rc2-devel/drivers/scsi/cpqfcTSstructs.h	Sun May 11 20:13:13 2003
@@ -93,7 +93,7 @@
 #define CPQFCTS_CMD_PER_LUN	15	// power of 2 -1, must be >0
 #define CPQFCTS_REQ_QUEUE_LEN	(TACH_SEST_LEN/2)	// must be < TACH_SEST_LEN
 
-/* FIMXME - these are crap too */
+/* FIXME - these are crap too */
 #define LinuxVersionCode(v, p, s) (((v)<<16)+((p)<<8)+(s))
 #ifndef DECLARE_MUTEX_LOCKED
 #define DECLARE_MUTEX_LOCKED(sem) struct semaphore sem = MUTEX_LOCKED
--=_courier-26456-1052695765-0001-2--