Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: crazyhzm <crazyhzm@apache.org>
  • Loading branch information
CrazyHZM committed Apr 26, 2024
1 parent 2ad93e1 commit 900f005
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 900f005

Please sign in to comment.