Changeset 2e6293b in mainline


Ignore:
Timestamp:
2012-08-23T09:19:08Z (12 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9673fd3
Parents:
664fc031
Message:

date: fix typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/date/date.c

    r664fc031 r2e6293b  
    111111        rc = loc_category_get_svcs(cat_id, &svc_ids, &svc_cnt);
    112112        if (rc != EOK) {
    113                 printf(NAME ": Cannot get the list of services in category \
    114                     clock\n");
     113                printf(NAME ": Cannot get the list of services in the clock \
     114                    category\n");
    115115                goto exit;
    116116        }
Note: See TracChangeset for help on using the changeset viewer.