!233 修正方法名单词拼写错误

Merge pull request !233 from lyqwer/N/A
This commit is contained in:
若依 2021-05-23 17:15:18 +08:00 committed by Gitee
commit bd1edc6dcc
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ public class ExceptionUtil
return str;
}
public static String getRootErrorMseeage(Exception e)
public static String getRootErrorMessage(Exception e)
{
Throwable root = ExceptionUtils.getRootCause(e);
root = (root == null ? e : root);