opentelemetry-collector/semconv/v1.21.0
Nathan Baulch 42e6304f65
Fix typos (#11348)
Just thought I'd contribute some typo fixes I stumbled upon. Nothing
controversial (hopefully), just 72 simple fixes.

Use the following command to get a quick and dirty summary of the
specific corrections made:
```shell
git diff HEAD^! --word-diff-regex='\w+' -U0 \
  | grep -E '\[\-.*\-\]\{\+.*\+\}' \
  | sed -r 's/.*\[\-(.*)\-\]\{\+(.*)\+\}.*/\1 \2/' \
  | sort | uniq -c | sort -n
```

FWIW, the top typos are:
* invokable (16)
* subsciption (15)
* decison (7)
* reques (3)
* dissallow (3)
* documenation (3)
* locahost (3)
* prerequistes (2)
* assinged (2)
* extenions (2)

---------

Co-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>
2024-10-09 15:43:52 -07:00
..
doc.go generate semconv v1.21.0 (#9056) 2023-12-11 14:39:54 +01:00
generated_event.go generate semconv v1.21.0 (#9056) 2023-12-11 14:39:54 +01:00
generated_resource.go Fix typos (#11348) 2024-10-09 15:43:52 -07:00
generated_trace.go generate semconv v1.21.0 (#9056) 2023-12-11 14:39:54 +01:00
schema.go generate semconv v1.21.0 (#9056) 2023-12-11 14:39:54 +01:00