From 69a0d0ee90577a03dc17daa8567a219bdd545b20 Mon Sep 17 00:00:00 2001 From: Ward Vandewege Date: Sat, 21 Dec 2019 21:00:28 -0500 Subject: [PATCH] fix typos --- internal/restic/node.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/restic/node.go b/internal/restic/node.go index 260e5da2a..0ba60ab82 100644 --- a/internal/restic/node.go +++ b/internal/restic/node.go @@ -333,7 +333,7 @@ func (node *Node) createFifoAt(path string) error { } // FixTime returns a time.Time which can safely be used to marshal as JSON. If -// the timestamp is ealier that year zero, the year is set to zero. In the same +// the timestamp is earlier than year zero, the year is set to zero. In the same // way, if the year is larger than 9999, the year is set to 9999. Other than // the year nothing is changed. func FixTime(t time.Time) time.Time {