All error messages use the American English spelling of recognize,
apply to the single one not doing so to be consistent.
Author: Daniel Gustafsson <daniel@yesql.se>
Assert(defel->arg == NULL || IsA(defel->arg, String));
- /* Check each param, whether or not we recognise it */
+ /* Check each param, whether or not we recognize it */
if (strcmp(defel->defname, "proto_version") == 0)
{
int64 parsed;
*/
if (!is_init)
{
- /* Parse the params and ERROR if we see any we don't recognise */
+ /* Parse the params and ERROR if we see any we don't recognize */
parse_output_parameters(ctx->output_plugin_options,
&data->protocol_version,
&data->publication_names);
config.stats_per_record = true;
else if (strcmp(optarg, "rmgr") != 0)
{
- fprintf(stderr, _("%s: unrecognised argument to --stats: %s\n"),
+ fprintf(stderr, _("%s: unrecognized argument to --stats: %s\n"),
progname, optarg);
goto bad_argument;
}