diff options
author | babenko <babenko@yandex-team.com> | 2023-10-23 16:27:36 +0300 |
---|---|---|
committer | babenko <babenko@yandex-team.com> | 2023-10-23 17:27:27 +0300 |
commit | 08405a23b9b6caeabe8d8e19f9d850b0fe4fe52e (patch) | |
tree | b1e4e50d0c02d384f1d20be04c7235731504e257 /yt/cpp/mapreduce/client/structured_table_formats.cpp | |
parent | 646fa535280052a90a7bfee7769e93a53daa7bd0 (diff) | |
download | ydb-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.cpp | 2 |
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( |