lib/model: Typo in folder_recvonly.go (#7919)

This commit is contained in:
Ross Smith II 2021-08-31 22:41:18 -07:00 committed by GitHub
parent 445c5f13c3
commit 7501bee430
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ func init() {
/*
receiveOnlyFolder is a folder that does not propagate local changes outward.
It does this by the following general mechanism (not all of which is
implemted in this file):
implemented in this file):
- Local changes are scanned and versioned as usual, but get the
FlagLocalReceiveOnly bit set.