spelling: backend (#10911)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Josh Soref committed
Apr 14, 2021 at 05:30 UTC
73c403588d6332c0fb5446b9886fe5d28857227d
1 file changed
+2
-2
backends/backends.c
+2
-2
@@ -420,7 +420,7 @@ void backend_set_graphite_variables(int *default_port,
420
/**
421
* Select Type
422
*
423
- * Select the backedn type based in the user input
423
+ * Select the backend type based in the user input
424
*
425
* @param type is the string that defines the backend type
426
*
@@ -455,7 +455,7 @@ BACKEND_TYPE backend_select_type(const char *type) {
455
/**
456
* Backend main
457
*
458
- * The main thread used to control the backedns.
458
+ * The main thread used to control the backends.
459
*
460
* @param ptr a pointer to netdata_static_structure.
461
*