Fix typo.

Change-Id: I72608c7841c00145458807d3c3ee29db7b5ac2bc
This commit is contained in:
Bjoern Rabenstein 2014-11-28 12:50:19 +01:00
parent 674624f1c8
commit 66c80b5ebd
1 changed files with 1 additions and 1 deletions

View File

@ -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:
//