Changeset 29295cd in mainline for uspace/app/bdsh/exec.c


Ignore:
Timestamp:
2009-03-12T19:18:23Z (15 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7ee8c5b
Parents:
08fed0a
Message:

Fix grammar.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/exec.c

    r08fed0a r29295cd  
    122122
    123123        if (tid == 0) {
    124                 cli_error(CL_EEXEC, "Can not spawn %s", cmd);
     124                cli_error(CL_EEXEC, "Cannot spawn `%s'.", cmd);
    125125                return 1;
    126126        } else {
Note: See TracChangeset for help on using the changeset viewer.