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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2014-04-09 10:56:41 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2014-04-09 11:30:44 +0400
commitdfbd994aaf6f95ddf3d6f9ecc64fa3a550b5e895 (patch)
tree3ed5fef40c81ade6e8156e811f1e7aed51085336 /source/blender/freestyle/intern/python/Interface1D/BPy_FEdge.cpp
parenta068dda5f381c59c96ff1fc0fdc60cc0296c7c1e (diff)
Freestyle: fix for typos in Python API docstrings.
Diffstat (limited to 'source/blender/freestyle/intern/python/Interface1D/BPy_FEdge.cpp')
-rw-r--r--source/blender/freestyle/intern/python/Interface1D/BPy_FEdge.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/freestyle/intern/python/Interface1D/BPy_FEdge.cpp b/source/blender/freestyle/intern/python/Interface1D/BPy_FEdge.cpp
index 3a0be48e4bf..7365ee8ac36 100644
--- a/source/blender/freestyle/intern/python/Interface1D/BPy_FEdge.cpp
+++ b/source/blender/freestyle/intern/python/Interface1D/BPy_FEdge.cpp
@@ -46,7 +46,7 @@ PyDoc_STRVAR(FEdge_doc,
"silhouettes, the FEdge is oriented so that the visible face lies on\n"
"the left of the edge. For borders, the FEdge is oriented so that the\n"
"face lies on the left of the edge. An FEdge can represent an initial\n"
-"edge of the mesh or runs accross a face of the initial mesh depending\n"
+"edge of the mesh or runs across a face of the initial mesh depending\n"
"on the smoothness or sharpness of the mesh. This class is specialized\n"
"into a smooth and a sharp version since their properties slightly vary\n"
"from one to the other.\n"