Cleanup: spelling in comments & strings

This commit is contained in:
2021-11-30 09:04:50 +11:00
parent 262ef26ea3
commit 4e45265dc6
36 changed files with 64 additions and 65 deletions

View File

@@ -356,7 +356,7 @@ static PyObject *pygpu_offscreen_draw_view3d(BPyGPUOffScreen *self, PyObject *ar
GPU_offscreen_bind(self->ofs, true);
/* Cache the GPUViewport so the framebuffers and associated textures are
/* Cache the #GPUViewport so the frame-buffers and associated textures are
* not reallocated each time, see: T89204 */
if (!self->viewport) {
self->viewport = GPU_viewport_create();