Skip to content

Commit

Permalink
Fix typos (sofastack#1314)
Browse files Browse the repository at this point in the history
Signed-off-by: crazyhzm <[email protected]>
  • Loading branch information
CrazyHZM authored and 远轩 committed Dec 27, 2024
1 parent 9a97eda commit 3adfa81
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 3adfa81

Please sign in to comment.