dthelp: Change to ANSI function definitions
[oweals/cde.git] / cde / programs / dtmail / dtmail / Attachment.C
index 47136515561334cec44f95c3b4d5872089f03890..905bf43e081774b6b60213e123078a6994d6b9ef 100644 (file)
@@ -16,7 +16,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with these librararies and programs; if not, write
+ * License along with these libraries and programs; if not, write
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
@@ -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 != ':';