From 9264ebbd12fa63a77f062d2801195e815237ac94 Mon Sep 17 00:00:00 2001 From: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Date: Fri, 3 Apr 2020 14:38:39 +0200 Subject: misc fixes & hardening --- src/profstats/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/profstats') diff --git a/src/profstats/main.c b/src/profstats/main.c index f8818982f..7c6bfce9d 100644 --- a/src/profstats/main.c +++ b/src/profstats/main.c @@ -185,7 +185,7 @@ int main(int argc, char **argv) { start = i; if (i == argc) { - fprintf(stderr, "Error: no porfile file specified\n"); + fprintf(stderr, "Error: no profile file specified\n"); return 1; } @@ -264,4 +264,4 @@ int main(int argc, char **argv) { printf(" net none\t\t\t%d\n", cnt_netnone); printf("\n"); return 0; -} \ No newline at end of file +} -- cgit v1.2.3-54-g00ecf