cleanup: typos

This commit is contained in:
2015-02-27 15:41:50 +11:00
parent cfd176bcb1
commit 7293291a40
13 changed files with 29 additions and 29 deletions

View File

@@ -280,7 +280,7 @@ class ColorAlongStrokeShader(ColorRampModifier):
class AlphaAlongStrokeShader(CurveMappingModifier):
"""Maps a curve to the alpha/transparancy of the stroke, using the curvilinear abscissa (t)."""
"""Maps a curve to the alpha/transparency of the stroke, using the curvilinear abscissa (t)."""
def shade(self, stroke):
for svert, t in zip(stroke, iter_t2d_along_stroke(stroke)):
a = svert.attribute.alpha