Update PR

* Add spelling words
This commit is contained in:
abraunegg 2025-08-17 11:11:49 +10:00
commit 1604f248e9
2 changed files with 6 additions and 1 deletions

View file

@ -61,6 +61,7 @@ builddir
buildfiles
buildroot
bytecompile
bytesleft
cancelfd
CApath
cattr
@ -105,6 +106,8 @@ DHAO
dhparams
dirmask
dlang
dlclose
dlfcn
dlnow
dltotal
dmd
@ -212,6 +215,7 @@ kotlin
krb
lalen
lbl
Lcode
lcurl
ldbus
ldc
@ -340,6 +344,7 @@ parentid
passoff
pastebin
pfa
PFN
phlibi
phobos
pidx

View file

@ -156,7 +156,7 @@ class OneDriveApi {
appConfig.curlSupportsWebSockets = websocketSupport;
appConfig.websocketsSupportCheckDone = true;
// Notify user if cURL vesion is too old to support websockets
// Notify user if cURL version is too old to support websockets
if (!websocketSupport) {
addLogEntry();
addLogEntry("WARNING: Your libcurl is too old for WebSocket support. Please upgrade to libcurl 7.86.0 or newer.");