Dimitris Apostolou 2 years ago
parent
commit
b0168e8e1a

+ 1 - 1
.github/workflows/build.yml

@@ -217,7 +217,7 @@ jobs:
     env:
       RETRY_DELAY: 300
     strategy:
-      # Unlike the actal build tests, this completes _very_ fast (average of about 3 minutes for each job), so we
+      # Unlike the actual build tests, this completes _very_ fast (average of about 3 minutes for each job), so we
       # just run everything in parallel instead lof limiting job concurrency.
       fail-fast: false
       matrix: ${{ fromJson(needs.matrix.outputs.matrix) }}

+ 1 - 1
.github/workflows/docker.yml

@@ -221,7 +221,7 @@ jobs:
 
   docker-dbg-publish:
     if: github.event_name == 'workflow_dispatch'
-    name: Docker Build and Publish (Debuging Image)
+    name: Docker Build and Publish (Debugging Image)
     needs:
       - docker-test
       - normalize-tag

+ 1 - 1
collectors/COLLECTORS.md

@@ -521,7 +521,7 @@ $ sudo wget https://raw.githubusercontent.com/netdata/community/main/collectors/
 $ sudo wget https://raw.githubusercontent.com/netdata/community/main/collectors/python.d.plugin/clickhouse/clickhouse.conf -O /etc/netdata/python.d/clickhouse.conf
 
 # enable collector by adding line a new line with "clickhouse: yes" to /etc/netdata/python.d.conf file
-# this will apend to the file if it already exists or create it if not
+# this will append to the file if it already exists or create it if not
 $ sudo echo "clickhouse: yes" >> /etc/netdata/python.d.conf
 
 # (optional) edit clickhouse.conf if needed

+ 1 - 1
collectors/cups.plugin/README.md

@@ -11,7 +11,7 @@ custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/cups.
 
 This plugin needs a running local CUPS daemon (`cupsd`). This plugin does not need any configuration. Supports cups since version 1.7.
 
-If you installed Netdata using our native packages, you will have to additionaly install `netdata-plugin-cups` to use this plugin for data collection. It is not installed by default due to the large number of dependencies it requires.
+If you installed Netdata using our native packages, you will have to additionally install `netdata-plugin-cups` to use this plugin for data collection. It is not installed by default due to the large number of dependencies it requires.
 
 ## Charts
 

+ 1 - 1
collectors/ebpf.plugin/ebpf_cachestat.c

@@ -289,7 +289,7 @@ static void ebpf_cachestat_disable_release_task(struct cachestat_bpf *obj)
  * @param obj is the main structure for bpf objects.
  * @param em  structure with configuration
  *
- * @return it returns 0 on succes and -1 otherwise
+ * @return it returns 0 on success and -1 otherwise
  */
 static inline int ebpf_cachestat_load_and_attach(struct cachestat_bpf *obj, ebpf_module_t *em)
 {

+ 1 - 1
collectors/ebpf.plugin/ebpf_dcstat.c

@@ -216,7 +216,7 @@ static void ebpf_dc_disable_release_task(struct dc_bpf *obj)
  * @param obj is the main structure for bpf objects.
  * @param em  structure with configuration
  *
- * @return it returns 0 on succes and -1 otherwise
+ * @return it returns 0 on success and -1 otherwise
  */
 static inline int ebpf_dc_load_and_attach(struct dc_bpf *obj, ebpf_module_t *em)
 {

+ 2 - 2
collectors/ebpf.plugin/ebpf_fd.c

@@ -238,7 +238,7 @@ static inline void ebpf_fd_fill_address(ebpf_addresses_t *address, char **target
 /**
  * Set target values
  *
- * Set pointers used to laod data.
+ * Set pointers used to load data.
  *
  * @return It returns 0 on success and -1 otherwise.
  */
@@ -312,7 +312,7 @@ static void ebpf_fd_disable_release_task(struct fd_bpf *obj)
  * @param obj is the main structure for bpf objects.
  * @param em  structure with configuration
  *
- * @return it returns 0 on succes and -1 otherwise
+ * @return it returns 0 on success and -1 otherwise
  */
 static inline int ebpf_fd_load_and_attach(struct fd_bpf *obj, ebpf_module_t *em)
 {

+ 1 - 1
collectors/ebpf.plugin/ebpf_mount.c

@@ -187,7 +187,7 @@ static void ebpf_mount_set_hash_tables(struct mount_bpf *obj)
  * @param obj is the main structure for bpf objects.
  * @param em  structure with configuration
  *
- * @return it returns 0 on succes and -1 otherwise
+ * @return it returns 0 on success and -1 otherwise
  */
 static inline int ebpf_mount_load_and_attach(struct mount_bpf *obj, ebpf_module_t *em)
 {

+ 1 - 1
collectors/ebpf.plugin/ebpf_shm.c

@@ -246,7 +246,7 @@ static void ebpf_shm_adjust_map_size(struct shm_bpf *obj, ebpf_module_t *em)
  * @param obj is the main structure for bpf objects.
  * @param em  structure with configuration
  *
- * @return it returns 0 on succes and -1 otherwise
+ * @return it returns 0 on success and -1 otherwise
  */
 static inline int ebpf_shm_load_and_attach(struct shm_bpf *obj, ebpf_module_t *em)
 {

+ 4 - 4
collectors/ebpf.plugin/ebpf_socket.c

@@ -387,7 +387,7 @@ static void ebpf_socket_adjust_map_size(struct socket_bpf *obj, ebpf_module_t *e
  * @param obj is the main structure for bpf objects.
  * @param em  structure with configuration
  *
- * @return it returns 0 on succes and -1 otherwise
+ * @return it returns 0 on success and -1 otherwise
  */
 static inline int ebpf_socket_load_and_attach(struct socket_bpf *obj, ebpf_module_t *em)
 {
@@ -2049,12 +2049,12 @@ static void ebpf_read_socket_hash_table(int fd, int family)
 /**
  * Fill Network Viewer Port list
  *
- * Fill the strcture with values read from /proc or hash table.
+ * Fill the structure with values read from /proc or hash table.
  *
  * @param out   the structure where we will store data.
  * @param value the ports we are listen to.
  * @param proto the protocol used for this connection.
- * @param in    the strcuture with values read form different sources.
+ * @param in    the structure with values read form different sources.
  */
 static inline void fill_nv_port_list(ebpf_network_viewer_port_list_t *out, uint16_t value, uint16_t proto,
                                      netdata_passive_connection_t *in)
@@ -2073,7 +2073,7 @@ static inline void fill_nv_port_list(ebpf_network_viewer_port_list_t *out, uint1
  *
  * @param value the ports we are listen to.
  * @param proto the protocol used with port connection.
- * @param in    the strcuture with values read form different sources.
+ * @param in    the structure with values read form different sources.
  */
 void update_listen_table(uint16_t value, uint16_t proto, netdata_passive_connection_t *in)
 {

Some files were not shown because too many files changed in this diff