diff options
Diffstat (limited to 'models/migrations/v14.go')
-rw-r--r-- | models/migrations/v14.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/migrations/v14.go b/models/migrations/v14.go index 12ae6290b1..392f9fdba6 100644 --- a/models/migrations/v14.go +++ b/models/migrations/v14.go @@ -28,7 +28,7 @@ type UserV14 struct { DiffViewStyle string `xorm:"NOT NULL DEFAULT ''"` } -// TableName will be invoked by XORM to customrize the table name +// TableName will be invoked by XORM to customize the table name func (*UserV14) TableName() string { return "user" } |