From: Clément Stenac Date: Sat, 27 Feb 2010 20:22:47 +0000 (+0100) Subject: Processes plugin: Fix a minor typo. X-Git-Tag: collectd-4.8.4~12 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=a6fc89e38f97ca0c96511bbfb0c32c6dbe9441c5;p=collectd.git Processes plugin: Fix a minor typo. --- diff --git a/src/processes.c b/src/processes.c index 4f515184..7430afe6 100644 --- a/src/processes.c +++ b/src/processes.c @@ -225,7 +225,7 @@ static void ps_list_register (const char *name, const char *regexp) ERROR ("processes plugin: ps_list_register: " "Regular expression \"%s\" found in config " "file, but support for regular expressions " - "has been dispabled at compile time.", + "has been disabled at compile time.", regexp); sfree (new); return;