]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
Fix typo in src/java.c 3286/head
authorMatthias Runge <mrunge@redhat.com>
Fri, 20 Sep 2019 06:37:37 +0000 (08:37 +0200)
committerMatthias Runge <mrunge@redhat.com>
Fri, 20 Sep 2019 06:37:37 +0000 (08:37 +0200)
The error message did not contain a 'not'

Closes: https://github.com/collectd/collectd/issues/3285
src/java.c

index 41f49092cfc19bc73fb568e6cadc0ee1688fa6a9..4da73bbbb86bda1d15752c6f354a222449ad30b5 100644 (file)
@@ -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);