summaryrefslogtreecommitdiffstats
path: root/plugins/check_swap.c
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2004-11-23 23:53:17 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2004-11-23 23:53:17 (GMT)
commit589d4664919638bedd6e2e1710c323887d19584a (patch)
tree50514688170db6103000e94694111282e848cb6e /plugins/check_swap.c
parentcc0f1249e662304282fb10c7d8538e4ab881b57e (diff)
downloadmonitoring-plugins-589d4664919638bedd6e2e1710c323887d19584a.tar.gz
Standardising translation texts
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@929 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_swap.c')
-rw-r--r--plugins/check_swap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_swap.c b/plugins/check_swap.c
index ddf298a..3016e1a 100644
--- a/plugins/check_swap.c
+++ b/plugins/check_swap.c
@@ -90,7 +90,7 @@ main (int argc, char **argv)
90 perf = strdup (""); 90 perf = strdup ("");
91 91
92 if (process_arguments (argc, argv) != OK) 92 if (process_arguments (argc, argv) != OK)
93 usage (_("Invalid command arguments supplied\n")); 93 usage (_("Incorrect arguments supplied\n"));
94 94
95#ifdef HAVE_PROC_MEMINFO 95#ifdef HAVE_PROC_MEMINFO
96 fp = fopen (PROC_MEMINFO, "r"); 96 fp = fopen (PROC_MEMINFO, "r");