summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--otherlibs/graph/graphics.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/otherlibs/graph/graphics.mli b/otherlibs/graph/graphics.mli
index cdf6a20c5..a0999aa6c 100644
--- a/otherlibs/graph/graphics.mli
+++ b/otherlibs/graph/graphics.mli
@@ -95,7 +95,7 @@ external lineto : x:int -> y:int -> unit = "gr_lineto"
and move the current point to the given point. *)
val rlineto : dx:int -> dy:int -> unit
(* Draws a line with endpoints the current point and the
- current point translated by the given vector,
+ current point translated of the given vector,
and move the current point to this point. *)
external draw_rect : x:int -> y:int -> w:int -> h:int -> unit = "gr_draw_rect"
(* [draw_rect x y w h] draws the rectangle with lower left corner