summaryrefslogtreecommitdiffstats
path: root/testsuite/interactive/lib-graph-2/graph_test.ml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/interactive/lib-graph-2/graph_test.ml')
-rw-r--r--testsuite/interactive/lib-graph-2/graph_test.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/interactive/lib-graph-2/graph_test.ml b/testsuite/interactive/lib-graph-2/graph_test.ml
index 39b845675..6c9fd49ac 100644
--- a/testsuite/interactive/lib-graph-2/graph_test.ml
+++ b/testsuite/interactive/lib-graph-2/graph_test.ml
@@ -27,7 +27,7 @@ let sz = 450;;
open_graph (Printf.sprintf " %ix%i" sz sz);;
-(* To be defined for older versions of O'Caml
+(* To be defined for older versions of OCaml
Lineto, moveto and draw_rect.
let rlineto x y =
@@ -150,7 +150,7 @@ let x,y = current_point () in
fill_rect x (y - 5) (8 * 20) 25;;
set_color yellow;;
go_legend ();;
-draw_string "Graphics (Caml)";;
+draw_string "Graphics (OCaml)";;
(* Pie parts in different colors. *)
let draw_green_string s = set_color green; draw_string s;;