Skip to content

Commit

Permalink
review comment cann't -> can not
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb committed Feb 15, 2023
1 parent 942ddd1 commit 074ce2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporters/prometheus/src/collector.cc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ std::vector<prometheus_client::MetricFamily> PrometheusCollector::Collect() cons
{
OTEL_INTERNAL_LOG_WARN(
"[Prometheus Exporter] Collect: "
"Exporter is shutdown, cann't invoke collect operation.");
"Exporter is shutdown, can not invoke collect operation.");
return {};
}
collection_lock_.lock();
Expand Down

0 comments on commit 074ce2d

Please sign in to comment.