opentelemetry-collector/semconv/v1.13.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
..
generated_resource.go Fix typos (#11348) 2024-10-09 15:43:52 -07:00
generated_trace.go [chore] use license shortform (#7694) 2023-05-18 13:11:17 -07:00
nonstandard.go [chore] use license shortform (#7694) 2023-05-18 13:11:17 -07:00
schema.go [chore] use license shortform (#7694) 2023-05-18 13:11:17 -07:00