Commit 5d405006 authored by Peter Eisentraut's avatar Peter Eisentraut

Add serial comma and quoting to message

parent b9fc9f7c
......@@ -1263,8 +1263,8 @@ NIImportOOAffixes(IspellDict *Conf, const char *filename)
else if (STRNCMP(s, "default") != 0)
ereport(ERROR,
(errcode(ERRCODE_CONFIG_FILE_ERROR),
errmsg("Ispell dictionary supports only default, "
"long and num flag value")));
errmsg("Ispell dictionary supports only \"default\", "
"\"long\", and \"num\" flag value")));
}
}
......
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