Skip to content

Commit 486f12e

Browse files
author
eric.loflin
committed
Fixing a spelling error.
1 parent fd481c2 commit 486f12e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topology-recovery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Downtime is explicitly created for this purpose: to allow the DBA a way to suppr
182182
`orchestrator` supports hooks -- external scripts invoked through the recovery process. These are arrays of commands invoked through
183183
shell, in particular `bash`. Hooks are:
184184

185-
- `OnFailureDetectionProcesses`: called when a failure/recovery known scenario is detected. These scripts are called befroe even
185+
- `OnFailureDetectionProcesses`: called when a failure/recovery known scenario is detected. These scripts are called before even
186186
deciding whether action should be taken.
187187
- `PreFailoverProcesses`: called after deciding to take action on a scenario. Order of execution is sequential. A failure
188188
(non-zero exit status) of any process *aborts the recovery operation*. This is your chance to decide whether to go on with

0 commit comments

Comments
 (0)