Skip to content

Commit 920ead6

Browse files
authored
Merge pull request #1681 from whq2017/fix-typo
fix typo
2 parents c9c2cc8 + 9b79e26 commit 920ead6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/ibatis/executor/ErrorContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public String toString() {
131131
description.append(activity);
132132
}
133133

134-
// activity
134+
// sql
135135
if (sql != null) {
136136
description.append(LINE_SEPARATOR);
137137
description.append("### SQL: ");

0 commit comments

Comments
 (0)