From b7f537de3c271aa7ce96d2091f27522b7cae8e41 Mon Sep 17 00:00:00 2001 From: countextreme Date: Mon, 28 Aug 2017 13:17:07 -0400 Subject: [PATCH] Update duplicacy_snapshotmanager_test.go --- src/duplicacy_snapshotmanager_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }