getFont comment mistake in juce_TextButton.h

The current comment for getFont() in juce_TextButton.h is:

"Note that this method has been removed - instead, see LookAndFeel::getTextButtonWidthToFitText()"

I think this is a mistake and instead should reference LookAndFeel::getTextButtonFont() right?

Thanks, yes - just a typo, will correct it!