diff --git a/src/duplicacy_snapshotmanager_test.go b/src/duplicacy_snapshotmanager_test.go index adc61ac..f9b17ee 100644 --- a/src/duplicacy_snapshotmanager_test.go +++ b/src/duplicacy_snapshotmanager_test.go @@ -181,7 +181,7 @@ func checkTestSnapshots(manager *SnapshotManager, expectedSnapshots int, expecte snapshotIDs, err = manager.ListSnapshotIDs() if err != nil { - LOG_ERROR("SNAPSHOT_LIST", "Failed to list all snpashots: %v", err) + LOG_ERROR("SNAPSHOT_LIST", "Failed to list all snapshots: %v", err) return }