aboutsummaryrefslogtreecommitdiffstats
path: root/models/models.go
diff options
context:
space:
mode:
authorSuccess Go <gaodacheng@protonmail.ch>2020-03-27 22:12:39 +0800
committerGitHub <noreply@github.com>2020-03-27 16:12:39 +0200
commit8cffae65a60326a26d118af815346e830e9dda78 (patch)
tree77e2a7e75ca3b62fe58c0eebede1caf90299214a /models/models.go
parente6baa656f757fd1f2f6ba20c677e0c83422a8739 (diff)
downloadgitea-8cffae65a60326a26d118af815346e830e9dda78.tar.gz
gitea-8cffae65a60326a26d118af815346e830e9dda78.zip
Fix typo of MSSQL (#10850)
Diffstat (limited to 'models/models.go')
-rw-r--r--models/models.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/models.go b/models/models.go
index 3bf7713955..c818c65100 100644
--- a/models/models.go
+++ b/models/models.go
@@ -22,7 +22,7 @@ import (
// Needed for the Postgresql driver
_ "github.com/lib/pq"
- // Needed for the MSSSQL driver
+ // Needed for the MSSQL driver
_ "github.com/denisenkom/go-mssqldb"
)