fix misspelled words (#1642)

fix misspelled words

Co-authored-by: yuxiao.lu <yuxiao.lu@liulishuo.com>
Reviewed-on: https://gitea.com/xorm/xorm/pulls/1642
This commit is contained in:
limo.creed 2020-04-01 12:37:03 +00:00 committed by Lunny Xiao
parent 5d90695511
commit 410c2de923
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ var (
SessionShowSQLKey = "__xorm_show_sql"
)
// LoggerAdapter wraps a Logger interafce as LoggerContext interface
// LoggerAdapter wraps a Logger interface as LoggerContext interface
type LoggerAdapter struct {
logger Logger
}