aboutsummaryrefslogtreecommitdiffstats
path: root/yt
diff options
context:
space:
mode:
authordgolear <dgolear@yandex-team.com>2023-10-23 16:26:46 +0300
committerdgolear <dgolear@yandex-team.com>2023-10-23 17:05:08 +0300
commit646fa535280052a90a7bfee7769e93a53daa7bd0 (patch)
treef15d697f37a3fb161684f19f768ec75c701d4d0b /yt
parent547390c3db652992e64d1f173e5dde5005dd7363 (diff)
downloadydb-646fa535280052a90a7bfee7769e93a53daa7bd0.tar.gz
Fix typo
Diffstat (limited to 'yt')
-rw-r--r--yt/yt/core/tracing/trace_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt/core/tracing/trace_context.h b/yt/yt/core/tracing/trace_context.h
index 1c83c50b3b..3f8ef8641a 100644
--- a/yt/yt/core/tracing/trace_context.h
+++ b/yt/yt/core/tracing/trace_context.h
@@ -170,7 +170,7 @@ public:
template <class T>
void AddTag(const TString& tagName, const T& tagValue);
- //! Adds error tag. Spans containing errors are highlited in Jaeger UI.
+ //! Adds error tag. Spans containing errors are highlighted in Jaeger UI.
void AddErrorTag();
struct TTraceLogEntry