From 05e03db6e9781724e1b2d8f11d84f7b417427a70 Mon Sep 17 00:00:00 2001 From: SAY-5 Date: Wed, 15 Apr 2026 17:31:36 -0700 Subject: [PATCH] cloud_storage: fix 'occured' -> 'occurred' typo in recovery_errors doc Doc comment on the recovery-error phase enum in src/v/cloud_storage/recovery_errors.h read '/// recovery the error occured in'. Doc-only change. Signed-off-by: SAY-5 --- src/v/cloud_storage/recovery_errors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v/cloud_storage/recovery_errors.h b/src/v/cloud_storage/recovery_errors.h index 3c153e4ebaabb..cd59b00b21ab9 100644 --- a/src/v/cloud_storage/recovery_errors.h +++ b/src/v/cloud_storage/recovery_errors.h @@ -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;