From 8cbe55c9e95ca17cc016e65406130bc0b466cb06 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 15 Sep 2021 16:51:44 +1000 Subject: Cleanup: correct tracker ID in comment --- source/blender/blenkernel/intern/font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenkernel/intern/font.c') diff --git a/source/blender/blenkernel/intern/font.c b/source/blender/blenkernel/intern/font.c index b6e374d158f..709ae6e9494 100644 --- a/source/blender/blenkernel/intern/font.c +++ b/source/blender/blenkernel/intern/font.c @@ -721,7 +721,7 @@ typedef struct VFontToCurveIter { * so floating-point error doesn't cause unexpected wrapping, see T89241. * * \note This should only be set once, in the #VFONT_TO_CURVE_INIT pass - * otherwise iterations wont behave predictably, see T89241. + * otherwise iterations wont behave predictably, see T91401. */ bool word_wrap; int status; -- cgit v1.2.3