Skip to content
Snippets Groups Projects
Commit 0f0e54e1 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

MAINT: Correct typo

parent a895cdff
Branches
Tags
No related merge requests found
......@@ -131,7 +131,7 @@ public class ServerMessages {
new Message(
MessageType.Error,
0,
"Cannot parse value to boolean (either 'true' or 'false, ignoring case).");
"Cannot parse value to boolean (either 'true' or 'false', ignoring case).");
public static final Message NOT_PERMITTED = new Message(MessageType.Error, 0, "Not permitted.");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment