From fd0d3528d8da84143403597396b863c8365f04a7 Mon Sep 17 00:00:00 2001 From: "yuxiao.lu" Date: Wed, 1 Apr 2020 19:27:34 +0800 Subject: [PATCH] fix misspelled words --- log/logger_context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log/logger_context.go b/log/logger_context.go index c2d94dc6..faed26d6 100644 --- a/log/logger_context.go +++ b/log/logger_context.go @@ -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 }