chore: fix some minor issues in comments (#5984)

Signed-off-by: yumeiyin <yin.yumei@qq.com>
This commit is contained in:
yumeiyin
2025-07-14 16:08:53 +08:00
committed by GitHub
parent 5bbbef5305
commit d490285a44
4 changed files with 5 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ module.exports.apiKeySocketHandler = (socket) => {
log.debug("apikeys", "Added API Key");
log.debug("apikeys", key);
// Append key ID and prefix to start of key seperated by _, used to get
// Append key ID and prefix to start of key separated by _, used to get
// correct hash when validating key.
let formattedKey = "uk" + bean.id + "_" + clearKey;
await sendAPIKeyList(socket);