[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [56797] trunk/blender/GNUmakefile: Fix a mismatch in help message (check_spelling_osl obviously checks OLS, and check_spelling_c, C code! :P )

Bastien Montagne montagne29 at wanadoo.fr
Tue May 14 16:37:52 CEST 2013


Revision: 56797
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=56797
Author:   mont29
Date:     2013-05-14 14:37:51 +0000 (Tue, 14 May 2013)
Log Message:
-----------
Fix a mismatch in help message (check_spelling_osl obviously checks OLS, and check_spelling_c, C code! :P )

Modified Paths:
--------------
    trunk/blender/GNUmakefile

Modified: trunk/blender/GNUmakefile
===================================================================
--- trunk/blender/GNUmakefile	2013-05-14 13:49:14 UTC (rev 56796)
+++ trunk/blender/GNUmakefile	2013-05-14 14:37:51 UTC (rev 56797)
@@ -178,9 +178,9 @@
 	@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)"




More information about the Bf-blender-cvs mailing list