Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2013-05-14 18:37:51 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2013-05-14 18:37:51 +0400
commitdf059ac4c0845c39e0e418ff8baed0ee3681f154 (patch)
treec8c33105f3a59915d7082fdcc31d3410f31855a5 /GNUmakefile
parente4921a9664b481e3cc6743733f461383392f3017 (diff)
Fix a mismatch in help message (check_spelling_osl obviously checks OLS, and check_spelling_c, C code! :P )
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index c7db7ab947a..0d97d8e7b07 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -178,9 +178,9 @@ help:
@echo " * check_splint - run blenders source through splint (C only)"
@echo " * check_sparse - run blenders source through sparse (C only)"
@echo " * check_smatch - run blenders source through smatch (C only)"
- @echo " * check_spelling_c - check for spelling errors (OSL only)"
+ @echo " * check_spelling_c - check for spelling errors (C/C++ only)"
@echo " * check_spelling_c_qtc - same as check_spelling_c but outputs QtCreator tasks format"
- @echo " * check_spelling_osl - check for spelling errors (C/C++ only)"
+ @echo " * check_spelling_osl - check for spelling errors (OSL only)"
@echo " * check_spelling_py - check for spelling errors (Python only)"
@echo ""
@echo "Utilities (not associated with building blender)"