Skip to content

Commit 785a335

Browse files
committed
Spellcheck
1 parent 7061f35 commit 785a335

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/api.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ <h1 id="version"><a href=".." style="color:green">JSROOT</a></h1>
172172
{ name: "Update drawing", url: "demo/update_draw.htm", title: "Update drawing, reading 20 histograms in loop", src: true },
173173
{ name: "Update in grid", url: "demo/update_draw.htm?layout=grid3x2", title: "Update drawing on the grid layout", src: "demo/update_draw.htm" },
174174
{ name: "Adopt colors", url: "demo/adopt_colors.htm", title: "Read set of ROOT colors before display of the object", src: true },
175-
{ name: "File hierarchy", url: "demo/file_hierarchy.htm", title: "Use HierarchyPainter to display file objects hiararchy", src: true },
175+
{ name: "File hierarchy", url: "demo/file_hierarchy.htm", title: "Use HierarchyPainter to display file objects hierarchy", src: true },
176176
{ name: "Zooming", url: "demo/zoom_handler.htm", title: "Redefine Zoom function to make synchronous zooming in other histogram", src: true },
177177
{ name: "User IO", url: "index.htm?file=" + filepath + "amore.root&item=moH1F_0;1&load=demo/amore.js", title : "Example of custom streamer and custom draw function (AMORE)", src: "demo/amore.js" },
178178
{ name: "Geometry", url: "demo/tgeo_build.htm", title : "Example how one can create three.js model for TGeo object, using JSROOT.GEO.build function", src: "demo/tgeo_build.htm" },

scripts/JSRootCore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999

100100
"use strict";
101101

102-
JSROOT.version = "dev 20/02/2018";
102+
JSROOT.version = "dev 23/02/2018";
103103

104104
JSROOT.source_dir = "";
105105
JSROOT.source_min = false;

0 commit comments

Comments
 (0)