Skip to content

Commit

Permalink
fix cspell
Browse files Browse the repository at this point in the history
  • Loading branch information
sbiscigl committed Jul 13, 2023
1 parent efc82d7 commit 60603b2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@
// Aws common runtime libraries
"mqtt",
// Aws common runtime API
"Mtls"
"Mtls",
// Opentelemtry
"Otel", "opentelemetry", "nostd", "OPTEL"
],
"ignoreWords": [
// variables defined in ConcurrentStreamBuf
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ namespace Aws
SslLatency,

/**
* Request teh SDK to have access to the download speed in bytes per
* second for a reqeust.
* Request the SDK to have access to the download speed in bytes per
* second for a request.
*/
Throughput,

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace smithy {
namespace components {
namespace tracing {
class NoopGauageHandle : public GaugeHandle {
class NoopGaugeHandle : public GaugeHandle {
public:
void Stop() override {}
};
Expand Down Expand Up @@ -48,7 +48,7 @@ namespace smithy {
AWS_UNREFERENCED_PARAM(callback);
AWS_UNREFERENCED_PARAM(units);
AWS_UNREFERENCED_PARAM(description);
return Aws::MakeUnique<NoopGauageHandle>("NO_OP");
return Aws::MakeUnique<NoopGaugeHandle>("NO_OP");
}

Aws::UniquePtr<UpDownCounter> CreateUpDownCounter(Aws::String name,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

using namespace smithy::components::tracing;

static const char * ALLOC_TAG = "OTEL_TRAVER_PROVIDER";
static const char * ALLOC_TAG = "OTEL_TRACER_PROVIDER";

std::shared_ptr<Tracer> OtelTracerProvider::GetTracer(Aws::String scope,
const Aws::Map<Aws::String, Aws::String> &attributes) {
Expand Down

0 comments on commit 60603b2

Please sign in to comment.