1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-04 09:43:23 +02:00
opentelemetry-go/bridge/opencensus/internal
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
..
oc2otel docs(typos): Run codespell to fix typos (#3980) 2023-04-11 17:28:13 -07:00
ocmetric Add Exemplar to metricdata package (#3849) 2023-03-14 07:56:18 -07:00
otel2oc docs(typos): Run codespell to fix typos (#3980) 2023-04-11 17:28:13 -07:00
handler.go Add vanity imports to internal packages (#2280) 2021-10-29 09:34:37 -07:00
span_test.go Update trace API config creation functions (#2212) 2021-09-01 15:44:13 -04:00
span.go docs(typos): Run codespell to fix typos (#3980) 2023-04-11 17:28:13 -07:00
tracer_test.go Add OC bridge internal unit tests (#2164) 2021-08-09 08:56:24 -07:00
tracer.go Add vanity imports to internal packages (#2280) 2021-10-29 09:34:37 -07:00