From cd6b49f995fdca5240a9b97fa99b4dd669a047ea Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 7 Jul 2019 15:38:41 +1000 Subject: Cleanup: spelling --- source/blender/gpu/intern/gpu_framebuffer.c | 2 +- source/blender/gpu/intern/gpu_matrix.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/gpu') diff --git a/source/blender/gpu/intern/gpu_framebuffer.c b/source/blender/gpu/intern/gpu_framebuffer.c index cd63355ff51..7d096058e4c 100644 --- a/source/blender/gpu/intern/gpu_framebuffer.c +++ b/source/blender/gpu/intern/gpu_framebuffer.c @@ -837,7 +837,7 @@ static GPUFrameBuffer *gpu_offscreen_fb_get(GPUOffScreen *ofs) /* List is full, this should never happen or * it might just slow things down if it happens - * regulary. In this case we just empty the list + * regularly. In this case we just empty the list * and start over. This is most likely never going * to happen under normal usage. */ BLI_assert(0); diff --git a/source/blender/gpu/intern/gpu_matrix.c b/source/blender/gpu/intern/gpu_matrix.c index 858afdc534e..58ca800a92c 100644 --- a/source/blender/gpu/intern/gpu_matrix.c +++ b/source/blender/gpu/intern/gpu_matrix.c @@ -5,7 +5,7 @@ * of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the ipmlied warranty of + * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * -- cgit v1.2.3