Page MenuHome

UI: Comments Misspellings of Vertex/Vertices
ClosedPublic

Authored by Nikhil Shringarpurey (Nikhil.Net) on Jan 27 2022, 4:14 PM.

Details

Summary

Correct misspellings in code comments of "vertex" and "vertices".


The singular of vertices is vertex, NOT vertice. Interestingly, for a plural, both "vertices" and "vertexes" are considered correct, though Blender is pretty consistent with using the former and we should stick with that.

There are several files where this misspelling was present in the code. This diff fixes them.

Sources:
https://www.merriam-webster.com/dictionary/vertex
https://www.merriam-webster.com/dictionary/vertice

(Note addons are guilty of this too, and I have an upcoming patch to address those.)

Diff Detail

Repository
rB Blender

Event Timeline

Nikhil Shringarpurey (Nikhil.Net) created this revision.

Updated to include "vertexes" to "vertices" as requested by Hans Goudey.

Nikhil Shringarpurey (Nikhil.Net) retitled this revision from Correct rampant misspellings of vertex as vertice to Correct misspellings of vertex as vertice in code comments, and change vertexes to vertices.Jan 27 2022, 4:31 PM

Looks good! Will correct a few plurality issues when I commit.

This revision is now accepted and ready to land.Mar 2 2022, 6:56 PM
Harley Acheson (harley) retitled this revision from Correct misspellings of vertex as vertice in code comments, and change vertexes to vertices to UI: Comments Misspellings of Vertex/Vertices.Mar 2 2022, 7:01 PM
Harley Acheson (harley) edited the summary of this revision. (Show Details)