From 66c80b5ebdfb055299a1d8dd0936a0fb3703b887 Mon Sep 17 00:00:00 2001 From: Bjoern Rabenstein Date: Fri, 28 Nov 2014 12:50:19 +0100 Subject: [PATCH] Fix typo. Change-Id: I72608c7841c00145458807d3c3ee29db7b5ac2bc --- storage/local/persistence.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/local/persistence.go b/storage/local/persistence.go index 9e0859224..f84ed1724 100644 --- a/storage/local/persistence.go +++ b/storage/local/persistence.go @@ -351,7 +351,7 @@ func (p *persistence) recoverFromCrash(fingerprintToSeries map[clientmodel.Finge // sanitizeSeries sanitizes a series based on its series file as defined by the provided directory and FileInfo. // The method returns the fingerprint as derived from the directory and file name, and whether the provided -// file has been sanatizide. A file that failed to be sanitized is deleted, if possible. +// file has been sanitized. A file that failed to be sanitized is deleted, if possible. // // The following steps are performed: //