aboutsummaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/client/structured_table_formats.cpp
diff options
context:
space:
mode:
authorbabenko <babenko@yandex-team.com>2023-10-23 16:27:36 +0300
committerbabenko <babenko@yandex-team.com>2023-10-23 17:27:27 +0300
commit08405a23b9b6caeabe8d8e19f9d850b0fe4fe52e (patch)
treeb1e4e50d0c02d384f1d20be04c7235731504e257 /yt/cpp/mapreduce/client/structured_table_formats.cpp
parent646fa535280052a90a7bfee7769e93a53daa7bd0 (diff)
downloadydb-08405a23b9b6caeabe8d8e19f9d850b0fe4fe52e.tar.gz
YT-18571: Fix myriads of typos
Diffstat (limited to 'yt/cpp/mapreduce/client/structured_table_formats.cpp')
-rw-r--r--yt/cpp/mapreduce/client/structured_table_formats.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/cpp/mapreduce/client/structured_table_formats.cpp b/yt/cpp/mapreduce/client/structured_table_formats.cpp
index f277a8dabe..b0038f7386 100644
--- a/yt/cpp/mapreduce/client/structured_table_formats.cpp
+++ b/yt/cpp/mapreduce/client/structured_table_formats.cpp
@@ -466,7 +466,7 @@ std::pair<TFormat, TMaybe<TSmallJobFile>> TFormatBuilder::CreateNodeFormat(
ythrow TApiUsageError()
<< "Cannot derive exact " << type << " type for intermediate " << direction << " table for job "
<< TJobFactory::Get()->GetJobName(&job)
- << "; use one of TMapReduceOperationSpec::Hint* methods to specifiy intermediate table structure";
+ << "; use one of TMapReduceOperationSpec::Hint* methods to specify intermediate table structure";
}
[[noreturn]] static void ThrowUnexpectedDifferentDescriptors(