aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/firejail/oom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firejail/oom.c b/src/firejail/oom.c
index 11d08fc48..f5f4b978e 100644
--- a/src/firejail/oom.c
+++ b/src/firejail/oom.c
@@ -69,7 +69,7 @@ void oom_set(const char *oom_string) {
69 } 69 }
70 int newoom; 70 int newoom;
71 if (1 != fscanf(fp, "%d", &newoom)) { 71 if (1 != fscanf(fp, "%d", &newoom)) {
72 fprintf(stderr, "Error: connot read from %s\n", fname); 72 fprintf(stderr, "Error: cannot read from %s\n", fname);
73 exit(1); 73 exit(1);
74 } 74 }
75 fclose(fp); 75 fclose(fp);