summaryrefslogtreecommitdiff
path: root/cxpm/cxpm.c
diff options
context:
space:
mode:
Diffstat (limited to 'cxpm/cxpm.c')
-rw-r--r--cxpm/cxpm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cxpm/cxpm.c b/cxpm/cxpm.c
index 49296ee..8b8af9a 100644
--- a/cxpm/cxpm.c
+++ b/cxpm/cxpm.c
@@ -100,7 +100,7 @@ ErrorMessage(
case XpmSuccess:
return;
case XpmOpenFailed:
- /* L10N_Comments : Error produced when filename does not exist
+ /* L10N_Comments : Error produced when filename does not exist
or insufficient permissions to open (i.e. cxpm /no/such/file ) */
error = gettext("Cannot open file");
break;
@@ -111,7 +111,7 @@ ErrorMessage(
break;
case XpmNoMemory:
/* L10N_Comments : Error produced when filename can be read, but
- is too big for memory
+ is too big for memory
(i.e. limit datasize 32 ; cxpm /usr/dt/backdrops/Crochet.pm ) */
error = gettext("Not enough memory");
break;