Cleanup: fix various typos

Contributed by luzpaz.

Differential Revision: https://developer.blender.org/D15588
This commit is contained in:
2022-08-03 19:27:23 +02:00
parent 81d75affb1
commit cc12f3e0ba
16 changed files with 24 additions and 24 deletions

View File

@@ -686,7 +686,7 @@ static struct PyMethodDef pygpu_framebuffer__tp_methods[] = {
PyDoc_STRVAR(pygpu_framebuffer__tp_doc,
".. class:: GPUFrameBuffer(depth_slot=None, color_slots=None)\n"
"\n"
" This object gives access to framebuffer functionallities.\n"
" This object gives access to framebuffer functionalities.\n"
" When a 'layer' is specified in a argument, a single layer of a 3D or array "
"texture is attached to the frame-buffer.\n"
" For cube map textures, layer is translated into a cube map face.\n"