summaryrefslogtreecommitdiffstats
path: root/backends
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2021-04-14 05:30:49 -0400
committerGitHub <noreply@github.com>2021-04-14 12:30:49 +0300
commit73c403588d6332c0fb5446b9886fe5d28857227d (patch)
tree63dab56aa7a32ada296a640fd60d3f86cb30ddfa /backends
parent757ccb0ca1215a06cbb34e751f6cf4003f9e74b6 (diff)
spelling: backend (#10911)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Diffstat (limited to 'backends')
-rw-r--r--backends/backends.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/backends.c b/backends/backends.c
index bc718cb29a..f87ad7b3eb 100644
--- a/backends/backends.c
+++ b/backends/backends.c
@@ -420,7 +420,7 @@ void backend_set_graphite_variables(int *default_port,
/**
* Select Type
*
- * Select the backedn type based in the user input
+ * Select the backend type based in the user input
*
* @param type is the string that defines the backend type
*
@@ -455,7 +455,7 @@ BACKEND_TYPE backend_select_type(const char *type) {
/**
* Backend main
*
- * The main thread used to control the backedns.
+ * The main thread used to control the backends.
*
* @param ptr a pointer to netdata_static_structure.
*