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:
authorCampbell Barton <ideasman42@gmail.com>2020-09-24 07:18:04 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-09-24 07:27:48 +0300
commit4786719dbd1916a049e608c033b7f452b1d156c2 (patch)
tree9ddbb9ff8e0a3fd9b89c39e0573662c3dcf708d7 /intern/opensubdiv
parent15afaa3db25a2416889abf39b800bca6d16f27d1 (diff)
Cleanup: spelling
Diffstat (limited to 'intern/opensubdiv')
-rw-r--r--intern/opensubdiv/internal/topology/topology_refiner_factory.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/opensubdiv/internal/topology/topology_refiner_factory.cc b/intern/opensubdiv/internal/topology/topology_refiner_factory.cc
index 9688bc9eb0f..877c62b83ac 100644
--- a/intern/opensubdiv/internal/topology/topology_refiner_factory.cc
+++ b/intern/opensubdiv/internal/topology/topology_refiner_factory.cc
@@ -70,7 +70,7 @@ inline bool TopologyRefinerFactory<TopologyRefinerData>::resizeComponentTopology
// not see any edges, which will indicate to it that winding and edges are to
// be reconstructed).
//
- // NOTE: it is a possible usecase when user code does not need crease at all
+ // NOTE: it is a possible use case when user code does not need crease at all
// (which is the only real reason why converter would want to provide edges in
// the case of partial topology specification). So it might be so getNumEdges
// callback is nullptr.