From d57e4105878392499aa637dc9299514b68e5e23b Mon Sep 17 00:00:00 2001 From: Diavolo Date: Sat, 5 Jun 2021 20:02:49 +0200 Subject: [PATCH] Typo --- monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor.c b/monitor.c index 10a7fef..99db9fc 100644 --- a/monitor.c +++ b/monitor.c @@ -16,7 +16,7 @@ char *strerror(int errnum); void printGenericStatusError() { printf("Error while parsing file\n"); - printf("Processes may not be correctly monitored\n"); + printf("Processes may be monitored incorrectly\n"); } void checkStatus(FILE *file, int *currRealMem, int *peakRealMem,