From ecc404ea1a37a682c0b75ec10fcece9325a15e9d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 7 Oct 2022 10:32:02 +1100 Subject: Cleanup: spelling in comments --- source/blender/editors/sculpt_paint/paint_image_proj.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/sculpt_paint/paint_image_proj.c') diff --git a/source/blender/editors/sculpt_paint/paint_image_proj.c b/source/blender/editors/sculpt_paint/paint_image_proj.c index 1eae5550703..66132fe4b92 100644 --- a/source/blender/editors/sculpt_paint/paint_image_proj.c +++ b/source/blender/editors/sculpt_paint/paint_image_proj.c @@ -6250,8 +6250,8 @@ static int texture_paint_image_from_view_exec(bContext *C, wmOperator *op) err_out); if (!ibuf) { - /* Mostly happens when OpenGL offscreen buffer was failed to create, */ - /* but could be other reasons. Should be handled in the future. nazgul */ + /* NOTE(@sergey): Mostly happens when OpenGL off-screen buffer was failed to create, */ + /* but could be other reasons. Should be handled in the future. */ BKE_reportf(op->reports, RPT_ERROR, "Failed to create OpenGL off-screen buffer: %s", err_out); return OPERATOR_CANCELLED; } -- cgit v1.2.3