Skip to content

Commit 4503d61

Browse files
committed
Fix Word Spelling
1 parent 6af8646 commit 4503d61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/apache/ibatis/session/Configuration.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -627,9 +627,9 @@ public LanguageDriver getLanguageDriver(Class<? extends LanguageDriver> langClas
627627
}
628628

629629
/**
630-
* Gets the default scripting lanuage instance.
630+
* Gets the default scripting language instance.
631631
*
632-
* @return the default scripting lanuage instance
632+
* @return the default scripting language instance
633633
* @deprecated Use {@link #getDefaultScriptingLanguageInstance()}
634634
*/
635635
@Deprecated

0 commit comments

Comments
 (0)