Use POSIX macros for linux
[oweals/cde.git] / cde / programs / dtstyle / I18nMain.c
index 110926444c4472f21e7ae7b14af0308fae7cc269..f88b86e0b2f8c31c26dd2c7c969f035d4f30e90a 100644 (file)
@@ -1404,7 +1404,7 @@ MoveUpCB(
            XtVaGetValues(i18n.preeditTypeList, XmNitems, &list_items, NULL);
 
            /* makes an array of two XmStrings by reversing the selected
-              one and the item preceeding it */
+              one and the item preceding it */
            items[0] = list_items[sel_index];
            items[1] = list_items[sel_index - 1];