Commit 95e42a2c authored by Heikki Linnakangas's avatar Heikki Linnakangas

Fix two typos, by Fujii Masao.

parent 951d7861
...@@ -3087,10 +3087,10 @@ not_available: ...@@ -3087,10 +3087,10 @@ not_available:
* *
* 'command' is the shell command to be executed, 'commandName' is a * 'command' is the shell command to be executed, 'commandName' is a
* human-readable name describing the command emitted in the logs. If * human-readable name describing the command emitted in the logs. If
* 'failonSignal' is true and the command is killed by a signal, a FATAL * 'failOnSignal' is true and the command is killed by a signal, a FATAL
* error is thrown. Otherwise a WARNING is emitted. * error is thrown. Otherwise a WARNING is emitted.
* *
* This is currently used for restore_end_command and archive_cleanup_command. * This is currently used for recovery_end_command and archive_cleanup_command.
*/ */
static void static void
ExecuteRecoveryCommand(char *command, char *commandName, bool failOnSignal) ExecuteRecoveryCommand(char *command, char *commandName, bool failOnSignal)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment