aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/SkBlendMode_Reference.bmh
diff options
context:
space:
mode:
Diffstat (limited to 'docs/SkBlendMode_Reference.bmh')
-rw-r--r--docs/SkBlendMode_Reference.bmh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/SkBlendMode_Reference.bmh b/docs/SkBlendMode_Reference.bmh
index 494ff4fb30..3e4aa4c168 100644
--- a/docs/SkBlendMode_Reference.bmh
+++ b/docs/SkBlendMode_Reference.bmh
@@ -751,7 +751,7 @@ Da as destination Alpha, Dc as destination Color component
, scaling Alpha and Color components by the lesser of the values.
SkBlendMode::kModulate differs from SkBlendMode::kMultiply in two ways.
SkBlendMode::kModulate like SkBlendMode::kSrcATop alters the destination inside
-the destination area, as if the destination Alpha defined the boudaries of a
+the destination area, as if the destination Alpha defined the boundaries of a
soft clip. SkBlendMode::kMultiply like SkBlendMode::kSrcOver can alter the
destination where the destination is transparent.
SkBlendMode::kModulate computes the product of the source and destination using