From: Jon Trulson Date: Fri, 31 Aug 2012 02:19:23 +0000 (-0600) Subject: dtcm: fix typo introduced by commit ca9da25d44b258d8ca933808d24668cddd727449 X-Git-Tag: 2.2.0b~18 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4620bdb0db2356aa24eab02ec7e51255e3c76a30;p=oweals%2Fcde.git dtcm: fix typo introduced by commit ca9da25d44b258d8ca933808d24668cddd727449 --- diff --git a/cde/programs/dtcm/dtcm/misc.c b/cde/programs/dtcm/dtcm/misc.c index 7fc8e6b1..1a9bc2f0 100644 --- a/cde/programs/dtcm/dtcm/misc.c +++ b/cde/programs/dtcm/dtcm/misc.c @@ -1014,7 +1014,7 @@ backend_err_msg( sprintf(buf, "%s", catgets(c->DT_catd, 1, 883, "Internal Error #3: Invalid data value.\nOperation was cancelled. Calendar")); break; case CSA_E_READONLY: - sprintf(buf, "%s", atgets(c->DT_catd, 1, 884, "Internal Error #4: Value specified for a read-only attribute.\nOperation was cancelled. Calendar")); + sprintf(buf, "%s", catgets(c->DT_catd, 1, 884, "Internal Error #4: Value specified for a read-only attribute.\nOperation was cancelled. Calendar")); break; case CSA_E_INVALID_ATTRIBUTE_VALUE: sprintf(buf, "%s", catgets(c->DT_catd, 1, 885, "Internal Error #5: Incorrect data type specified for an attribute value.\nOperation was cancelled. Calendar"));