From 3400a450f20b11323925c5a043ac4bdac8ba9806 Mon Sep 17 00:00:00 2001 From: fate-grand-order Date: Thu, 19 Jan 2017 12:27:51 +0800 Subject: [PATCH] Correct spelling errors in annotations in locks.go Signed-off-by: fate-grand-order --- content/locks.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/locks.go b/content/locks.go index c7c5768..dd2cae9 100644 --- a/content/locks.go +++ b/content/locks.go @@ -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.