[Bf-blender-cvs] [f52f51aef21] master: Cleanup: spelling in comments

Alistair Sealy noreply at git.blender.org
Mon Oct 19 09:28:07 CEST 2020


Commit: f52f51aef2126e599e6d0bd5f234ec912e5fb394
Author: Alistair Sealy
Date:   Mon Oct 19 09:26:01 2020 +0200
Branches: master
https://developer.blender.org/rBf52f51aef2126e599e6d0bd5f234ec912e5fb394

Cleanup: spelling in comments

Fixed a couple of typos in comments in CMakeLists.txt and GNUmakefile

Reviewed By: #platforms_builds_tests, mont29

Differential Revision: https://developer.blender.org/D9261

===================================================================

M	CMakeLists.txt
M	GNUmakefile

===================================================================

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9fe108c2ba2..eb04da749ab 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -43,8 +43,8 @@ endif()
 
 cmake_minimum_required(VERSION 3.10)
 
-# Prever LEGACY OpenGL to eb compatible with all the existing releases and
-# platforms which don't hare GLVND yet. Only do it if preference was not set
+# Prefer LEGACY OpenGL to be compatible with all the existing releases and
+# platforms which don't have GLVND yet. Only do it if preference was not set
 # externally.
 if(NOT DEFINED OpenGL_GL_PREFERENCE)
   set(OpenGL_GL_PREFERENCE "LEGACY")
diff --git a/GNUmakefile b/GNUmakefile
index 660493b5945..1a462b7a351 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -89,7 +89,7 @@ Spell Checkers
    * check_spelling_osl:    Check for spelling errors (OSL only).
    * check_spelling_py:     Check for spelling errors (Python only).
 
-   Note that spell checkers can tak a 'CHECK_SPELLING_CACHE' filepath argument,
+   Note that spell checkers can take a 'CHECK_SPELLING_CACHE' filepath argument,
    so re-running does not need to re-check unchanged files.
 
    Example:



More information about the Bf-blender-cvs mailing list