all: Typos

Skip-check: authors

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4263
This commit is contained in:
HairyFotr
2017-07-20 13:10:46 +00:00
committed by Jakob Borg
parent 0ca2ed7ad7
commit 0ad10b0fee
7 changed files with 11 additions and 11 deletions

View File

@@ -533,7 +533,7 @@ func (m *Model) Completion(device protocol.DeviceID, folder string) FolderComple
// If the completion is 100% but there are deletes we need to handle,
// drop it down a notch. Hack for consumers that look only at the
// percentage (our own GUI does the same calculation as here on it's own
// percentage (our own GUI does the same calculation as here on its own
// and needs the same fixup).
if need == 0 && deletes > 0 {
completionPct = 95 // chosen by fair dice roll