summary refs log tree commit diff
path: root/src/util
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-10-03 20:53:24 +0200
committerRory& <root@rory.gay>2025-10-04 19:09:26 +0200
commit625df4e31412f7e105aa462e86dfc104872cd532 (patch)
tree70531fac546e6aae183cb544aac8f12d5427c685 /src/util
parentClean up other extensions (diff)
downloadserver-ts-625df4e31412f7e105aa462e86dfc104872cd532.tar.xz
Unkown -> unkown (typo fix)
Diffstat (limited to 'src/util')
-rw-r--r--src/util/util/lambert-server/check.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/util/lambert-server/check.ts b/src/util/util/lambert-server/check.ts

index 3b0beae77..efd8d20f1 100644 --- a/src/util/util/lambert-server/check.ts +++ b/src/util/util/lambert-server/check.ts
@@ -102,7 +102,7 @@ export function instanceOf( Object.keys(type).map((x) => (x.startsWith(OPTIONAL_PREFIX) ? x.slice(OPTIONAL_PREFIX.length) : x)) ); - if (diff.length) throw `Unkown key ${diff}`; + if (diff.length) throw `Unknown key ${diff}`; return Object.keys(type).every((key) => { let newKey = key;