Changeset 76c8209 in mainline for uspace/srv/loader/main.c


Ignore:
Timestamp:
2020-01-09T01:04:57Z (4 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
7fa8589
Parents:
88ad75f
git-author:
Matthieu Riolo <matthieu.riolo@…> (2020-01-05 19:47:53)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2020-01-09 01:04:57)
Message:

correcting typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/loader/main.c

    r88ad75f r76c8209  
    445445        errno_t rc = taskman_intro_loader();
    446446        if (rc != EOK) {
    447                 printf("%s: did not receive connectin from taskman (%i)\n",
     447                printf("%s: did not receive connection from taskman (%i)\n",
    448448                    NAME, rc);
    449449                return rc;
Note: See TracChangeset for help on using the changeset viewer.