We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 410bc37 commit 964ebcaCopy full SHA for 964ebca
plugins/in_forward/fw_config.c
@@ -26,7 +26,7 @@
26
#include "fw_conn.h"
27
#include "fw_config.h"
28
29
-static void fw_destory_shared_key(struct flb_in_fw_config *config)
+static void fw_destroy_shared_key(struct flb_in_fw_config *config)
30
{
31
if (config->owns_shared_key && config->shared_key) {
32
flb_sds_destroy(config->shared_key);
@@ -159,7 +159,7 @@ int fw_config_destroy(struct flb_in_fw_config *config)
159
flb_free(config->tcp_port);
160
}
161
162
- fw_destory_shared_key(config);
+ fw_destroy_shared_key(config);
163
flb_sds_destroy(config->self_hostname);
164
165
flb_free(config);
0 commit comments