dthelp: Change to ANSI function definitions
[oweals/cde.git] / cde / programs / dtmail / dtmail / Attachment.C
index 6bf94c2486cc4da621d9581e18114494ac85b407..905bf43e081774b6b60213e123078a6994d6b9ef 100644 (file)
@@ -1247,7 +1247,7 @@ Attachment::setContents()
            size = strlen(from_hdr) + int(_myContentsSize) + 3;
            buffer = new char[size];
 
-           // Look for the first occurance of a colon or a newline.
+           // Look for the first occurrence of a colon or a newline.
            char *sptr;
            for (sptr = (char*) _myContents;
                 *sptr && *sptr != '\n' && *sptr != ':';