From 24f078f102842f2fbb08f728a118295431323f6f Mon Sep 17 00:00:00 2001 From: SAY-5 Date: Wed, 15 Apr 2026 09:57:10 -0700 Subject: [PATCH] Fix 'occured' -> 'occurred' typo in file_observer_sleep_before_update_ms option help The option help text for file_observer_sleep_before_update_ms in mcrouter/mcrouter_options_list.h is exposed via the mcrouter --help output and any tooling that introspects option metadata. String literal change only. --- mcrouter/mcrouter_options_list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcrouter/mcrouter_options_list.h b/mcrouter/mcrouter_options_list.h index 94c4eed38..dc802aab8 100644 --- a/mcrouter/mcrouter_options_list.h +++ b/mcrouter/mcrouter_options_list.h @@ -217,7 +217,7 @@ MCROUTER_OPTION_INTEGER( 1000, "file-observer-sleep-before-update-ms", no_short, - "How long to sleep for after an update occured" + "How long to sleep for after an update occurred" " (a hack to avoid partial writes).") MCROUTER_OPTION_INTEGER(