1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-10 09:50:58 +02:00
opentelemetry-go/propagation
Charlie Le 1b55281859
docs(typos): Run codespell to fix typos (#3980)
* docs(typos): Run codespell to fix typos

There were a lot of typos through the repository, so I ran
[codespell][], a tool for automatically fixing typos, to fix them.

```console
make codespell
```

There's already a tool called [misspell][] that's supposed to take care
of this, but misspell hasn't been updated for 6 years, and it doesn't
seem to be catching any of the typos that codespell can.

[codespell]: https://github.com/codespell-project/codespell
[misspell]: https://github.com/client9/misspell

* Revert and ignore spelling for Consequentially

* Add GH workflow for codespell

* Revert GH Workflow and Makefile for codespell

Per @pellared, since there's no instructions for setting up codespell,
it was suggested that the changes for setting up a workflow and section
in Makefile include instructions for setting up codespell as well.

* Revert spelling on consequently

---------

Co-authored-by: Chester Cheung <cheung.zhy.csu@gmail.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2023-04-11 17:28:13 -07:00
..
baggage_test.go Fix baggage.NewMember to decode the accepted value (#3226) 2022-10-18 12:45:04 -07:00
baggage.go Update W3C Baggage spec link to latest stable (#2413) 2021-11-23 14:50:38 -08:00
doc.go Update W3C Baggage spec link to latest stable (#2413) 2021-11-23 14:50:38 -08:00
propagation_test.go Add MapCarrier (#2334) 2021-10-29 12:04:36 -04:00
propagation.go Add MapCarrier (#2334) 2021-10-29 12:04:36 -04:00
propagators_test.go Store current Span instead of local and remote SpanContext in context.Context (#1731) 2021-03-29 08:55:44 -07:00
trace_context_benchmark_test.go Simplify trace context benchmark test (#2109) 2021-07-21 07:25:18 -07:00
trace_context_example_test.go Move Version function and code from global to toplevel (#1330) 2020-11-16 09:30:54 -08:00
trace_context_test.go docs(typos): Run codespell to fix typos (#3980) 2023-04-11 17:28:13 -07:00
trace_context.go Simplify trace_context tests (#2108) 2021-07-21 09:15:40 -07:00