mirror of
https://github.com/abraunegg/onedrive
synced 2026-03-14 14:35:46 +01:00
Update PR
* Add spelling words
This commit is contained in:
parent
803c9d3cbd
commit
1604f248e9
2 changed files with 6 additions and 1 deletions
5
.github/actions/spelling/allow.txt
vendored
5
.github/actions/spelling/allow.txt
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue