This commit is contained in:
Tristan B. Kildaire 2020-04-19 12:58:20 +02:00
parent 30fe9bbdf6
commit f4378cb428
1 changed files with 1 additions and 1 deletions

View File

@ -506,7 +506,7 @@ private class BesterConnection : Thread
else
{
/* TODO: Error handling */
debugPrint("Unknwon scope selected: " ~ scopeField);
debugPrint("Unknown scope selected: " ~ scopeField);
}
}
/* If thr attempt to convert the message to JSON fails */