git » sdk » commit 9148402

Fix typo

author Stephen Paul Weber
2026-05-26 20:40:12 UTC
committer Stephen Paul Weber
2026-05-26 20:40:12 UTC
parent 5833681bd527fa4402821b2d756c2f8fec9334f9

Fix typo

borogove/persistence/Sqlite.hx +1 -1

diff --git a/borogove/persistence/Sqlite.hx b/borogove/persistence/Sqlite.hx
index 2219007..2dc14f6 100644
--- a/borogove/persistence/Sqlite.hx
+++ b/borogove/persistence/Sqlite.hx
@@ -65,7 +65,7 @@ class Sqlite implements Persistence implements KeyValueStore {
 				case TClass(haxe.io.Bytes):
 					"X'" + p.toHex() + "'";
 				case _:
-					throw("UKNONWN: " + Type.typeof(p));
+					throw("UNKNOWN: " + Type.typeof(p));
 			}
 		});