diff options
author | Bo-Yi Wu <appleboy.tw@gmail.com> | 2017-06-05 02:49:46 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-05 02:49:46 -0500 |
commit | 703d18e50d69974779c5fab0d1bb6c082a3923fd (patch) | |
tree | 7837f4e248e7bfc4f91993dad64ab71efe01e26a /models/gpg_key_test.go | |
parent | ed31dff5ab9e3bc618c647acca2d3f34e720a2d7 (diff) | |
download | gitea-703d18e50d69974779c5fab0d1bb6c082a3923fd.tar.gz gitea-703d18e50d69974779c5fab0d1bb6c082a3923fd.zip |
feat: add check misspelling (#1877)
Diffstat (limited to 'models/gpg_key_test.go')
-rw-r--r-- | models/gpg_key_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/gpg_key_test.go b/models/gpg_key_test.go index d291ce91c0..507cfabd23 100644 --- a/models/gpg_key_test.go +++ b/models/gpg_key_test.go @@ -140,7 +140,7 @@ parent fd3577542f7ad1554c7c7c0eb86bb57a1324ad91 author Antoine GIRARD <sapk@sapk.fr> 1489013107 +0100 committer Antoine GIRARD <sapk@sapk.fr> 1489013107 +0100 -Unkonwn GPG key with good email +Unknown GPG key with good email ` //Reading Sign goodSig, err := extractSignature(testGoodSigArmor) |