From d2ee58f2e9f4821f2788717f73d2b6200018360e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Lipt=C3=A1k?= Date: Thu, 18 Oct 2018 21:30:14 -0400 Subject: [PATCH] Correct typo --- cmd/restic/cmd_stats.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/restic/cmd_stats.go b/cmd/restic/cmd_stats.go index 4ad57a613..4e96f9c9e 100644 --- a/cmd/restic/cmd_stats.go +++ b/cmd/restic/cmd_stats.go @@ -296,7 +296,7 @@ type statsContainer struct { // blobs that have been seen as a part of the file fileBlobs map[string]restic.IDSet - // blobs and blobsSeen are used to count indiviudal + // blobs and blobsSeen are used to count individual // unique blobs, independent of references to files blobs, blobsSeen restic.BlobSet }