From c42a5a86a4e601fe3fcb8254b88d5a7823e9a91a Mon Sep 17 00:00:00 2001 From: Emanuele Trombetta <3318892+Ithilion@users.noreply.github.com> Date: Tue, 12 Sep 2017 07:49:07 +0200 Subject: [PATCH] Fix typos * Update duplicacy_main.go * Update duplicacy_snapshotmanager.go --- duplicacy/duplicacy_main.go | 2 +- src/duplicacy_snapshotmanager.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/duplicacy/duplicacy_main.go b/duplicacy/duplicacy_main.go index 72688cd..6b19ba2 100644 --- a/duplicacy/duplicacy_main.go +++ b/duplicacy/duplicacy_main.go @@ -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", diff --git a/src/duplicacy_snapshotmanager.go b/src/duplicacy_snapshotmanager.go index 16150ad..6d7f0d8 100644 --- a/src/duplicacy_snapshotmanager.go +++ b/src/duplicacy_snapshotmanager.go @@ -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 {