diff options
| author | nadya73 <[email protected]> | 2025-01-10 17:55:29 +0300 |
|---|---|---|
| committer | nadya73 <[email protected]> | 2025-01-10 18:45:30 +0300 |
| commit | 482901d764c0035147506881156d8a784c91b5e8 (patch) | |
| tree | 73762f7dfa1aa8ea4285dbf2a324f74a9201e0a3 | |
| parent | f3443af4eb64d5b450497b61625932d66a27dfc8 (diff) | |
Style fixes
commit_hash:ee62d0091cc369245ba2459ba6166587e8a86fe1
| -rw-r--r-- | yt/yt/core/rpc/public.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt/core/rpc/public.h b/yt/yt/core/rpc/public.h index f3d325a3455..2ec1020b86b 100644 --- a/yt/yt/core/rpc/public.h +++ b/yt/yt/core/rpc/public.h @@ -197,7 +197,7 @@ YT_DEFINE_ERROR_ENUM( ((SslError) (static_cast<int>(NBus::EErrorCode::SslError))) ((RequestMemoryPressure) (120)) // There is no enough memory to handle RPC request. ((GlobalDiscoveryError) (121)) // Single peer discovery interrupts discovery session. - ((ResponseMemoryPressure) (122)) // There is no enouth memory to handle RPC response. + ((ResponseMemoryPressure) (122)) // There is no enough memory to handle RPC response. ); DEFINE_ENUM(EMessageFormat, |
