summaryrefslogtreecommitdiff
path: root/documentation/src
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/src')
-rw-r--r--documentation/src/drawing.dox2
-rw-r--r--documentation/src/examples.dox2
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/src/drawing.dox b/documentation/src/drawing.dox
index 84747fa03..1eee9f195 100644
--- a/documentation/src/drawing.dox
+++ b/documentation/src/drawing.dox
@@ -635,7 +635,7 @@ Add a single vertex to the current path.
void fl_curve(double X0, double Y0, double X1, double Y1, double X2, double Y2, double X3, double Y3)
\par
-Add a series of points on a Bezier curve to the path. The curve ends
+Add a series of points on a Bézier curve to the path. The curve ends
(and two of the points are) at <tt>X0,Y0</tt> and <tt>X3,Y3</tt>.
\anchor drawing_fl_arc
diff --git a/documentation/src/examples.dox b/documentation/src/examples.dox
index 0269f2c92..fa7bcd9e3 100644
--- a/documentation/src/examples.dox
+++ b/documentation/src/examples.dox
@@ -266,7 +266,7 @@ on few systems (some version of Irix for example).
\subsection examples_curve curve
\par
-\c curve draws a nice Bezier curve into a custom widget. The
+\c curve draws a nice Bézier curve into a custom widget. The
<i>points</i> option for splines is not supported on all platforms.