Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/v/cloud_storage/recovery_errors.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ std::error_code make_error_code(recovery_error_code e) noexcept;
/// creating topics and changing topic settings, different types of errors can
/// be encountered during the process. The context message contains a
/// description of the original errors and the error code denotes the stage of
/// recovery the error occured in.
/// recovery the error occurred in.
struct recovery_error_ctx {
recovery_error_code error_code;
ss::sstring context;
Expand Down
Loading