mirror of
https://github.com/abraunegg/onedrive
synced 2026-03-14 14:35:46 +01:00
Fix spelling
* Fix spelling
This commit is contained in:
parent
5de26824ac
commit
3d6e735c1a
2 changed files with 2 additions and 1 deletions
1
.github/actions/spelling/allow.txt
vendored
1
.github/actions/spelling/allow.txt
vendored
|
|
@ -75,6 +75,7 @@ Cforce
|
|||
checkinterval
|
||||
chkconfig
|
||||
chpst
|
||||
chrooted
|
||||
classinfo
|
||||
clen
|
||||
cloexec
|
||||
|
|
|
|||
|
|
@ -6751,7 +6751,7 @@ class SyncEngine {
|
|||
// - we reach the visible root (i.e. dirName(current) == ".").
|
||||
// Never tries to remove ".".
|
||||
void removeEmptyParents(string filePath) {
|
||||
// Work with a normalised *relative* path inside the chrooted tree.
|
||||
// Work with a normalised *relative* path inside the chrooted configured 'sync_dir'
|
||||
// If someone passed an absolute path, normalise it anyway; your codebase
|
||||
// likely already ensures paths are relative within the sync root.
|
||||
string current = dirName(buildNormalizedPath(filePath));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue