[PATCH 13/18] mi: fix spelling mistakes
Eric Engestrom
eric at engestrom.ch
Sat Apr 2 18:53:26 UTC 2016
Signed-off-by: Eric Engestrom <eric at engestrom.ch>
---
mi/mibitblt.c | 2 +-
mi/miscrinit.c | 2 +-
mi/mizerline.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/mi/mibitblt.c b/mi/mibitblt.c
index 28296a4..63e3abf 100644
--- a/mi/mibitblt.c
+++ b/mi/mibitblt.c
@@ -449,7 +449,7 @@ miOpqStipDrawable(DrawablePtr pDraw, GCPtr pGC, RegionPtr prgnSrc,
ValidateGC(pDraw, pGC);
/* Fill the drawable with the stipple. This will draw the
- * foreground color whereever 1 bits are set, leaving everything
+ * foreground color wherever 1 bits are set, leaving everything
* with 0 bits untouched. Note that the part outside the clip
* region is all 0s. */
rect.x = dstx;
diff --git a/mi/miscrinit.c b/mi/miscrinit.c
index 9c6af0d..cf64cb3 100644
--- a/mi/miscrinit.c
+++ b/mi/miscrinit.c
@@ -43,7 +43,7 @@ from The Open Group.
#include "shmint.h"
#endif
-/* We use this structure to propogate some information from miScreenInit to
+/* We use this structure to propagate some information from miScreenInit to
* miCreateScreenResources. miScreenInit allocates the structure, fills it
* in, and puts it into pScreen->devPrivate. miCreateScreenResources
* extracts the info and frees the structure. We could've accomplished the
diff --git a/mi/mizerline.c b/mi/mizerline.c
index 2f22d23..1a0ca34 100644
--- a/mi/mizerline.c
+++ b/mi/mizerline.c
@@ -60,7 +60,7 @@ SOFTWARE.
/* Draw lineSolid, fillStyle-independent zero width lines.
*
* Must keep X and Y coordinates in "ints" at least until after they're
- * translated and clipped to accomodate CoordModePrevious lines with very
+ * translated and clipped to accommodate CoordModePrevious lines with very
* large coordinates.
*
* Draws the same pixels regardless of sign(dx) or sign(dy).
--
2.8.0
More information about the xorg-devel
mailing list