From ada62e7173c4cde992d3c39ee1b762fb1d144665 Mon Sep 17 00:00:00 2001 From: Tj Holowaychuk Date: Wed, 29 Sep 2010 15:44:41 -0700 Subject: [PATCH] Doc typo --- src/context2d.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/context2d.cc b/src/context2d.cc index 7df29d6..b1fee20 100644 --- a/src/context2d.cc +++ b/src/context2d.cc @@ -472,7 +472,7 @@ Context2d::MoveTo(const Arguments &args) { } /* - * Fill the rectangle defined by x, y, with and height. + * Fill the rectangle defined by x, y, width and height. */ Handle