[MNT-22878] Minor fix (typo)

(cherry picked from commit 6d944752980613c14b61a76eff85344bbc32501e)
This commit is contained in:
agazzarini
2022-08-09 17:32:00 +02:00
committed by Andrea Gazzarini
parent 6b41fb2357
commit 96e0c13feb

View File

@@ -2106,7 +2106,7 @@ public class AlfrescoCoreAdminHandler extends CoreAdminHandler
* minimal in case of a slave node, detailed for master or standalone nodes).
*
* @param coreName the owning core name.
* @return the component wwhich is in charge to check the nodes status.
* @return the component which is in charge to check the nodes status.
*/
AbstractTracker nodeStatusChecker(String coreName)
{