diff options
Diffstat (limited to 'vendor/xorm.io/xorm/names/mapper.go')
-rw-r--r-- | vendor/xorm.io/xorm/names/mapper.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/xorm.io/xorm/names/mapper.go b/vendor/xorm.io/xorm/names/mapper.go index b0ce8076a4..69f67171c3 100644 --- a/vendor/xorm.io/xorm/names/mapper.go +++ b/vendor/xorm.io/xorm/names/mapper.go @@ -79,7 +79,7 @@ func (m SameMapper) Table2Obj(t string) string { return t } -// SnakeMapper implements IMapper and provides name transaltion between +// SnakeMapper implements IMapper and provides name translation between // struct and database table type SnakeMapper struct { } |