Fix typo.
Change-Id: I72608c7841c00145458807d3c3ee29db7b5ac2bc
This commit is contained in:
parent
674624f1c8
commit
66c80b5ebd
|
@ -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:
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue