diff options
author | babenko <babenko@yandex-team.com> | 2023-06-03 21:13:48 +0300 |
---|---|---|
committer | babenko <babenko@yandex-team.com> | 2023-06-03 21:13:48 +0300 |
commit | d642391d08e8f307e8a3ea6871cdc3b948aa3dfe (patch) | |
tree | 11397a8add6a5cb319ef6406acbf74edf36a8847 /library/cpp/yt/exception/exception.h | |
parent | 2017c5d3f28b1ef047abf57e8b9cb94726207dcf (diff) | |
download | ydb-d642391d08e8f307e8a3ea6871cdc3b948aa3dfe.tar.gz |
Fix typos in library/cpp/yt
Diffstat (limited to 'library/cpp/yt/exception/exception.h')
-rw-r--r-- | library/cpp/yt/exception/exception.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/yt/exception/exception.h b/library/cpp/yt/exception/exception.h index 7d35637d60..1ac3a76ea4 100644 --- a/library/cpp/yt/exception/exception.h +++ b/library/cpp/yt/exception/exception.h @@ -16,7 +16,7 @@ class TSimpleException public: explicit TSimpleException(TString message); - const TString& GetMesage() const; + const TString& GetMessage() const; const char* what() const noexcept override; protected: |