From abf8f59cc7c7269ae69f17ab10621869fd6473a4 Mon Sep 17 00:00:00 2001 From: Ash Date: Sat, 28 Jan 2023 16:48:10 -0500 Subject: [PATCH] Update exceptions.d Correct spelling for Serialization error --- source/jstruct/exceptions.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/jstruct/exceptions.d b/source/jstruct/exceptions.d index 5bb99e7..9383d2d 100644 --- a/source/jstruct/exceptions.d +++ b/source/jstruct/exceptions.d @@ -12,6 +12,6 @@ public final class SerializationError : JStructException { this() { - super("Errro serializing"); + super("Error serializing"); } -} \ No newline at end of file +}