1
0
mirror of https://github.com/gilbertchen/duplicacy synced 2025-12-06 00:03:38 +00:00

Merge pull request #185 from Ithilion/master

Fix typos
This commit is contained in:
gilbertchen
2017-09-14 09:32:15 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1477,7 +1477,7 @@ func main() {
},
cli.BoolFlag {
Name: "delete-only",
Usage: "delete fossils previsouly collected (if deletable) and don't collect fossils",
Usage: "delete fossils previously collected (if deletable) and don't collect fossils",
},
cli.BoolFlag {
Name: "collect-only",

View File

@@ -1629,7 +1629,7 @@ func (manager *SnapshotManager) PruneSnapshots(selfID string, snapshotID string,
referencedFossils := make(map[string]bool)
// Find fossil collections previsouly created, and delete fossils and temporary files in them if they are
// Find fossil collections previously created, and delete fossils and temporary files in them if they are
// deletable.
for _, collectionName := range collections {