From 39049b56158161b4f9eeacdad8918bcf0f1f7e90 Mon Sep 17 00:00:00 2001 From: Matthias Runge Date: Fri, 20 Sep 2019 08:37:37 +0200 Subject: [PATCH] Fix typo in src/java.c The error message did not contain a 'not' Closes: https://github.com/collectd/collectd/issues/3285 --- src/java.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java.c b/src/java.c index 41f49092..4da73bbb 100644 --- a/src/java.c +++ b/src/java.c @@ -2076,7 +2076,7 @@ static int cjni_config_load_plugin(oconfig_item_t *ci) /* {{{ */ class->object = NULL; if (class->object == NULL) { ERROR("java plugin: cjni_config_load_plugin: " - "Could create a new `%s' object.", + "Could not create a new `%s' object.", class->name); cjni_thread_detach(); free(class->name); -- 2.11.0