From 1d037477f11ea88409d678f0816b396eda7b5753 Mon Sep 17 00:00:00 2001 From: Cody Kotichas Date: Tue, 8 Aug 2017 00:32:33 -0700 Subject: [PATCH] Fix typographical error --- cde/programs/dtcreate/icon_selection_dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cde/programs/dtcreate/icon_selection_dialog.c b/cde/programs/dtcreate/icon_selection_dialog.c index 63a04cf3..79b32f98 100644 --- a/cde/programs/dtcreate/icon_selection_dialog.c +++ b/cde/programs/dtcreate/icon_selection_dialog.c @@ -1038,7 +1038,7 @@ void display_nofindicon_message (Widget parent) /********* WARNING - this needs to be translated !!! ***********/ strcpy(buffer, "There is no set of icons with that filename in the icon folders.\n"); - strcat(buffer, "Move the icons into one of the icon folers, then select \"Name OK\".\n"); + strcat(buffer, "Move the icons into one of the icon folders, then select \"Name OK\".\n"); strcat(buffer, "Or, to select a different set of icons, select \"Change Name\".\n"); strcat(buffer, "\nIf you are a software developer creating a registration package,\n"); strcat(buffer, "ignore this message and select \"Name OK\"."); -- 2.25.1