"Cancelled" to US spelling.

This commit is contained in:
Robin E.R. Davies
2026-05-30 01:03:29 -04:00
parent d1f220c5a5
commit 533e313b40
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ namespace pipedal
ReleaseFunctions();
if (cancelled)
{
throw std::logic_error("Cancelled.");
throw std::logic_error("Canceled.");
}
if (rejected)
{