- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 09 Aug 2011 01:56:22 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-images
In directory hutz:/tmp/cvs-serv26122
Modified Files:
Overview.html Overview.src.html
Log Message:
typo fix
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.html,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -d -r1.134 -r1.135
--- Overview.html 9 Aug 2011 01:48:59 -0000 1.134
+++ Overview.html 9 Aug 2011 01:56:19 -0000 1.135
@@ -588,7 +588,7 @@
<p>A linear gradient is created by specifying a gradient-line and then
several colors placed along that line. The image is constructed by
- creating an infinite canvas and painting it with lines perdendicular to
+ creating an infinite canvas and painting it with lines perpendicular to
the gradient-line, with the color of the painted line being the color of
the gradient-line where the two intersect. This produces a smooth fade
from each color to the next, progressing in the specified direction.</p>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-images/Overview.src.html,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -d -r1.141 -r1.142
--- Overview.src.html 9 Aug 2011 01:48:59 -0000 1.141
+++ Overview.src.html 9 Aug 2011 01:56:20 -0000 1.142
@@ -358,7 +358,7 @@
<p>A linear gradient is created by specifying a gradient-line and then several
colors placed along that line. The image is constructed by creating an
- infinite canvas and painting it with lines perdendicular to the gradient-line,
+ infinite canvas and painting it with lines perpendicular to the gradient-line,
with the color of the painted line being the color of the gradient-line
where the two intersect. This produces a smooth fade from each color to
the next, progressing in the specified direction.</p>
Received on Tuesday, 9 August 2011 01:56:23 UTC