Changeset 80badbe in mainline


Ignore:
Timestamp:
2010-04-23T16:18:37Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
883fedc, f4f866c
Parents:
a721f6a
Message:

Grammar and spelling fixes.

Location:
uspace
Files:
3 edited

Legend:

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

    ra721f6a r80badbe  
    135135        }
    136136       
    137         printf("%s: Load avarage: ", NAME);
     137        printf("%s: Load average: ", NAME);
    138138       
    139139        size_t i;
  • uspace/app/top/screen.c

    ra721f6a r80badbe  
    140140static inline void print_global_head(data_t *data)
    141141{
    142         printf("top - %02lu:%02lu:%02lu up %u days, %02u:%02u:%02u, load avarage:",
     142        printf("top - %02lu:%02lu:%02lu up %u days, %02u:%02u:%02u, load average:",
    143143            data->hours, data->minutes, data->seconds,
    144144            data->udays, data->uhours, data->uminutes, data->useconds);
  • uspace/lib/c/generic/str_error.c

    ra721f6a r80badbe  
    4343        "No error",
    4444        "No such entry",
    45         "Not enought memory",
     45        "Not enough memory",
    4646        "Limit exceeded",
    4747        "Connection refused",
    48         "Forward error",
     48        "Forwarding error",
    4949        "Permission denied",
    5050        "Answerbox closed connection",
     
    5757        "Invalid value",
    5858        "Resource is busy",
    59         "Result does not fits its size",
    60         "Operation was interrupted"
     59        "Result does not fit its size",
     60        "Operation interrupted"
    6161};
    6262
Note: See TracChangeset for help on using the changeset viewer.