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:
Diffstat (limited to 'source/blender/freestyle/intern/stroke/Predicates1D.h')
-rw-r--r--source/blender/freestyle/intern/stroke/Predicates1D.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/freestyle/intern/stroke/Predicates1D.h b/source/blender/freestyle/intern/stroke/Predicates1D.h
index a3953950d86..c174162b214 100644
--- a/source/blender/freestyle/intern/stroke/Predicates1D.h
+++ b/source/blender/freestyle/intern/stroke/Predicates1D.h
@@ -218,7 +218,7 @@ class QuantitativeInvisibilityUP1D : public UnaryPredicate1D {
// ContourUP1D
/*! Returns true if the Interface1D is a contour.
- * An Interface1D is a contour if it is borded by a different shape on each of its sides.
+ * An Interface1D is a contour if it is bordered by a different shape on each of its sides.
*/
class ContourUP1D : public UnaryPredicate1D {
private:
@@ -253,7 +253,7 @@ class ContourUP1D : public UnaryPredicate1D {
// ExternalContourUP1D
/*! Returns true if the Interface1D is an external contour.
- * An Interface1D is an external contour if it is borded by no shape on one of its sides.
+ * An Interface1D is an external contour if it is bordered by no shape on one of its sides.
*/
class ExternalContourUP1D : public UnaryPredicate1D {
private: