1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
Author: Andreas Beckmann <anbe@debian.org>
Description: fix typos and encoding
--- a/share/help/Help
+++ b/share/help/Help
@@ -453,13 +453,13 @@ See "Line Menu" under the canvas menu ba
width and dash style.
#BEGIN spline "Spline Curve [Filled] [Region]"
-The spline curve operation paints a connected curve made up of Bzier
-cubics, or possibly a combination of Bzier cubics and line segments.
-The Bzier cubics are calculated in such a way that they interpolate as
+The spline curve operation paints a connected curve made up of Bézier
+cubics, or possibly a combination of Bézier cubics and line segments.
+The Bézier cubics are calculated in such a way that they interpolate as
best as possible the selected points. Each new point is selected using
the first mouse button. The second mouse button ends this operation,
without creating a new point. In order to create a new portion
-of line segment or Bzier curve (and thus to produce an angular point
+of line segment or Bézier curve (and thus to produce an angular point
in the curve), it suffices to press the Shift key during the creation
of the first piece of that curve.
--- a/xaw3dxft/Tip.h
+++ b/xaw3dxft/Tip.h
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo Csar Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/lib/Xaw/Tip.h,v 1.1 1999/06/27 14:07:35 dawes Exp $ */
--- a/xaw3dxft/TipP.h
+++ b/xaw3dxft/TipP.h
@@ -24,7 +24,7 @@
* dealings in this Software without prior written authorization from the
* XFree86 Project.
*
- * Author: Paulo Csar Pereira de Andrade
+ * Author: Paulo César Pereira de Andrade
*/
/* $XFree86: xc/lib/Xaw/TipP.h,v 1.1 1999/06/27 14:07:35 dawes Exp $ */
--- a/xpaint.man.in
+++ b/xpaint.man.in
@@ -160,7 +160,7 @@ a transparency level instead.
.BI \-hilitcolor " VALUE"
Use
.I VALUE
-to modify background color for hilighted items. Use an hexadecimal
+to modify background color for highlighted items. Use an hexadecimal
value
.I #PQRSTU
which is either close to
|