X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cde%2Fprograms%2Fdtstyle%2FI18nMain.c;h=f88b86e0b2f8c31c26dd2c7c969f035d4f30e90a;hb=4f5e7fe5e3b8ef48be3b7129d0a4411c2a100170;hp=110926444c4472f21e7ae7b14af0308fae7cc269;hpb=1fe5a550b25493541cf9dfb21bbf2f8eaf7ebcd4;p=oweals%2Fcde.git diff --git a/cde/programs/dtstyle/I18nMain.c b/cde/programs/dtstyle/I18nMain.c index 11092644..f88b86e0 100644 --- a/cde/programs/dtstyle/I18nMain.c +++ b/cde/programs/dtstyle/I18nMain.c @@ -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];