Skip to content

Commit

Permalink
Fix typos (sofastack#1314)
Browse files Browse the repository at this point in the history
Signed-off-by: crazyhzm <crazyhzm@apache.org>
  • Loading branch information
CrazyHZM committed May 6, 2024
1 parent 0563f31 commit c6667af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ private boolean doHealthCheckCallback(String beanId,

BaseStat baseStat = new BaseStat();
baseStat.setName(beanId);
baseStat.putAttribute("type", "readinessCheckCallbacn");
baseStat.putAttribute("type", "readinessCheckCallback");
baseStat.setStartTime(System.currentTimeMillis());

try {
Expand Down

0 comments on commit c6667af

Please sign in to comment.