Merge pull request #447 from fate-grand-order/master

Correct spelling errors in annotations in locks.go
This commit is contained in:
Michael Crosby 2017-01-19 10:59:03 -08:00 committed by GitHub
commit c26e2bde5a
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import (
// define a global in process lock to prevent two goroutines writing to the
// same file.
//
// This is prety unsophisticated for now. In the future, we'd probably like to
// This is pretty unsophisticated for now. In the future, we'd probably like to
// have more information about who is holding which locks, as well as better
// error reporting.