Cleanup: spelling and duplicates in local dictionary

Correct some misspellings in the custom spellcheck dictionary as well
as any instances of the previous spellings in code comments.

Ref !123459
This commit is contained in:
noodlebox 2024-06-20 17:26:05 +10:00 committed by Campbell Barton
parent 801e47f42a
commit de986e68d4
5 changed files with 12 additions and 19 deletions

@ -780,7 +780,7 @@ void blo_do_versions_pre250(FileData *fd, Library *lib, Main *bmain)
sound = static_cast<bSound *>(sound->id.next); sound = static_cast<bSound *>(sound->id.next);
} }
/* `mesh->subdiv` changed to reflect the actual reparametization /* `mesh->subdiv` changed to reflect the actual reparametrization
* better, and S-meshes were removed - if it was a S-mesh make * better, and S-meshes were removed - if it was a S-mesh make
* it a subsurf, and reset the subdivision level because subsurf * it a subsurf, and reset the subdivision level because subsurf
* takes a lot more work to calculate. */ * takes a lot more work to calculate. */

@ -821,7 +821,7 @@ bool ui_popup_context_menu_for_button(bContext *C, uiBut *but, const wmEvent *ev
} }
/* Keying Sets */ /* Keying Sets */
/* TODO: check on modifyability of Keying Set when doing this */ /* TODO: check on modifiability of Keying Set when doing this. */
if (is_anim) { if (is_anim) {
uiItemS(layout); uiItemS(layout);

@ -4797,7 +4797,7 @@ static int screen_animation_step_invoke(bContext *C, wmOperator * /*op*/, const
if (delta_frames < 1.0) { if (delta_frames < 1.0) {
/* We can render faster than the scene frame rate. However skipping or delaying frames /* We can render faster than the scene frame rate. However skipping or delaying frames
* here seems to in practice lead to jittery playback so just step forward a minimum of * here seems to in practice lead to jittery playback so just step forward a minimum of
* one frame. (Even though this can lead to too fast playback, the jitteryness is more * one frame. (Even though this can lead to too fast playback, the jitteriness is more
* annoying) * annoying)
*/ */
delta_frames = 1.0f; delta_frames = 1.0f;

@ -6,7 +6,7 @@
""" """
Script for checking source code spelling. Script for checking source code spelling.
python3 tools/check_source/check_spelling.py some_soure_file.py python3 tools/check_source/check_spelling.py some_source_file.py
- Pass in a path for it to be checked recursively. - Pass in a path for it to be checked recursively.
- Pass in '--strings' to check strings instead of comments. - Pass in '--strings' to check strings instead of comments.

@ -199,7 +199,7 @@ dict_custom = {
"invocated", "invocated",
"irradiance", "irradiance",
"iteratively", "iteratively",
"jitteryness", "jitteriness",
"keyable", "keyable",
"keyless", "keyless",
"linearize", "linearize",
@ -220,7 +220,7 @@ dict_custom = {
"misconfiguration", "misconfiguration",
"misconfigured", "misconfigured",
"modally", "modally",
"modifyability", "modifiability",
"monoscopy", "monoscopy",
"monospaced", "monospaced",
"mutators", "mutators",
@ -324,13 +324,13 @@ dict_custom = {
"remapper", "remapper",
"remappings", "remappings",
"remesher", "remesher",
"rendeder", "renderer",
"renderable", "renderable",
"renderers", "renderers",
"renormalize", "renormalize",
"renormalized", "renormalized",
"reparameterization", "reparameterization",
"reparametization", "reparametrization",
"representable", "representable",
"reprojected", "reprojected",
"reprojecting", "reprojecting",
@ -390,7 +390,6 @@ dict_custom = {
"symmetrize", "symmetrize",
"symmetrized", "symmetrized",
"targetless", "targetless",
"targetless",
"teleporting", "teleporting",
"templating", "templating",
"tertiarily", "tertiarily",
@ -433,13 +432,11 @@ dict_custom = {
"undefined", "undefined",
"undeform", "undeform",
"undeformed", "undeformed",
"undeformed",
"undersample", "undersample",
"undersampled", "undersampled",
"undersamples", "undersamples",
"undersampling", "undersampling",
"undisplaced", "undisplaced",
"undistored",
"undistorted", "undistorted",
"undistorting", "undistorting",
"unduplicated", "unduplicated",
@ -460,7 +457,6 @@ dict_custom = {
"unhide", "unhide",
"unintuitive", "unintuitive",
"unkeyed", "unkeyed",
"unkeyed",
"unkeyframed", "unkeyframed",
"unlink", "unlink",
"unlinkable", "unlinkable",
@ -485,7 +481,7 @@ dict_custom = {
"unpause", "unpause",
"unpaused", "unpaused",
"unphysical", "unphysical",
"unpoision", "unpoison",
"unproject", "unproject",
"unquantifiable", "unquantifiable",
"unreferenced", "unreferenced",
@ -495,7 +491,6 @@ dict_custom = {
"unreproducible", "unreproducible",
"unscaled", "unscaled",
"unselect", "unselect",
"unselect",
"unselected", "unselected",
"unsetting", "unsetting",
"unshadowed", "unshadowed",
@ -513,7 +508,6 @@ dict_custom = {
"unterminated", "unterminated",
"untracked", "untracked",
"untransformed", "untransformed",
"untransformed",
"untrusted", "untrusted",
"untyped", "untyped",
"unusably", "unusably",
@ -627,7 +621,7 @@ dict_custom = {
"incref", "incref",
"increfed", "increfed",
"increfing", "increfing",
"intelisense", "intellisense",
"jitter", "jitter",
"jittered", "jittered",
"jittering", "jittering",
@ -640,7 +634,6 @@ dict_custom = {
"searchable", "searchable",
"segfault", "segfault",
"stdin", "stdin",
"stdin",
"stdout", "stdout",
"sudo", "sudo",
"threadsafe", "threadsafe",
@ -723,8 +716,8 @@ dict_custom = {
"specular", "specular",
# Mathematical terms. # Mathematical terms.
"egenvalue", "eigenvalue",
"egenvalues", "eigenvalues",
# Blender specific terms. # Blender specific terms.
"animsys", "animsys",