diff --git a/src/command/archive/push/file.c b/src/command/archive/push/file.c index 534c29be9..0a425258c 100644 --- a/src/command/archive/push/file.c +++ b/src/command/archive/push/file.c @@ -285,7 +285,7 @@ archivePushFile( } MEM_CONTEXT_TEMP_END(); - // Throw any errors, even if some files were successful. It is important that PostgreSQL recieves an error so it does not + // Throw any errors, even if some pushes were successful. It is important that PostgreSQL receives an error so it does not // remove the file. if (strLstSize(errorList) > 0) THROW_FMT(CommandError, CFGCMD_ARCHIVE_PUSH " command encountered error(s):\n%s", strZ(strLstJoin(errorList, "\n")));