Cleanup: spelling in comments & replace some use of single quotes

Previously spell checker ignored text in single quotes however this
meant incorrect spelling was ignored in text where it shouldn't have
been.

In cases single quotes were used for literal strings
(such as variables, code & compiler flags),
replace these with back-ticks.

In cases they were used for UI labels,
replace these with double quotes.

In cases they were used to reference symbols,
replace them with doxygens symbol link syntax (leading hash).

Apply some spelling corrections & tweaks (for check_spelling_* targets).
This commit is contained in:
Campbell Barton
2025-04-26 11:17:13 +00:00
parent b513ff9a8f
commit c90e8bae0b
74 changed files with 133 additions and 132 deletions

View File

@@ -5,7 +5,7 @@
/** \file
* \ingroup pythonintern
*
* This file defines the 'BPY_driver_exec' to execute python driver expressions,
* This file defines the #BPY_driver_exec to execute python driver expressions,
* called by the animation system, there are also some utility functions
* to deal with the name-space used for driver execution.
*/