Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore] Spelling receiver/u...z #37611

Merged
merged 12 commits into from
Jan 31, 2025
Prev Previous commit
Next Next commit
spelling: escaped
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
  • Loading branch information
jsoref committed Jan 31, 2025
commit 9964f6c864497ec7aa157380833c9f813ad90452
2 changes: 1 addition & 1 deletion receiver/wavefrontreceiver/wavefront_parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var (
_ protocol.ParserConfig = (*WavefrontParser)(nil)
)

// Only two chars can be espcaped per Wavafront SDK, see
// Only two chars can be escaped per Wavafront SDK, see
// https://github.com/wavefrontHQ/wavefront-sdk-go/blob/2c5891318fcd83c35c93bba2b411640495473333/senders/formatter.go#L20
var escapedCharReplacer = strings.NewReplacer(
`\"`, `"`, // Replaces escaped double-quotes
Expand Down