aboutsummaryrefslogtreecommitdiff
path: root/userapi/storage/accounts/interface.go
diff options
context:
space:
mode:
Diffstat (limited to 'userapi/storage/accounts/interface.go')
-rw-r--r--userapi/storage/accounts/interface.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/userapi/storage/accounts/interface.go b/userapi/storage/accounts/interface.go
index 887f7193..7af2f15f 100644
--- a/userapi/storage/accounts/interface.go
+++ b/userapi/storage/accounts/interface.go
@@ -67,4 +67,4 @@ type Database interface {
// Err3PIDInUse is the error returned when trying to save an association involving
// a third-party identifier which is already associated to a local user.
-var Err3PIDInUse = errors.New("This third-party identifier is already in use")
+var Err3PIDInUse = errors.New("this third-party identifier is already in use")