diff options
Diffstat (limited to 'procps')
-rw-r--r-- | procps/sysctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/sysctl.c b/procps/sysctl.c index 297a12a85..49754489b 100644 --- a/procps/sysctl.c +++ b/procps/sysctl.c | |||
@@ -43,7 +43,7 @@ static const char ERR_UNKNOWN_READING[] = | |||
43 | static const char ERR_PERMISSION_DENIED[] = | 43 | static const char ERR_PERMISSION_DENIED[] = |
44 | "error: permission denied on key '%s'\n"; | 44 | "error: permission denied on key '%s'\n"; |
45 | static const char ERR_PRELOAD_FILE[] = | 45 | static const char ERR_PRELOAD_FILE[] = |
46 | "error: unable to open preload file '%s'\n"; | 46 | "error: cannot open preload file '%s'\n"; |
47 | static const char WARN_BAD_LINE[] = | 47 | static const char WARN_BAD_LINE[] = |
48 | "warning: %s(%d): invalid syntax, continuing...\n"; | 48 | "warning: %s(%d): invalid syntax, continuing...\n"; |
49 | 49 | ||