Spelling fixes
[oweals/cde.git] / cde / lib / DtSvc / DtEncap / spc-obj.c
index d7a032eef1a45a5ed288f6b7a00d415f69e83920..7bee1f5398be829e37d890c4c52344b59f69c0f5 100644 (file)
@@ -420,7 +420,7 @@ SPC_Input_Handler(SPC_Channel_Ptr channel,
     nchars=(*channel->read_filter)
       (channel, connector, spc_iobuffer, SPC_BUFSIZ);
     
-    /* Check nchars.  If it is EXCEPT_FLAG, we had a special occurance (such
+    /* Check nchars.  If it is EXCEPT_FLAG, we had a special occurrence (such
        as an ioctl on a PTY).  In any case, don't do any more processing */
     
     if(nchars==EXCEPT_FLAG)