You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by gi...@apache.org on 2023/01/07 20:14:41 UTC

[jena-site] branch asf-staging updated: Staged site from system-init (18c86c8df79d2fb09663c7cfdc89e38ba51f0ade)

This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/jena-site.git


The following commit(s) were added to refs/heads/asf-staging by this push:
     new 4265246b4 Staged site from system-init (18c86c8df79d2fb09663c7cfdc89e38ba51f0ade)
4265246b4 is described below

commit 4265246b44f937bf0eda9881a41240b54663d859
Author: jenkins <bu...@apache.org>
AuthorDate: Sat Jan 7 20:14:38 2023 +0000

    Staged site from system-init (18c86c8df79d2fb09663c7cfdc89e38ba51f0ade)
---
 content/documentation/notes/system-initialization.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/documentation/notes/system-initialization.html b/content/documentation/notes/system-initialization.html
index 21cab6329..9fef696c5 100644
--- a/content/documentation/notes/system-initialization.html
+++ b/content/documentation/notes/system-initialization.html
@@ -191,7 +191,7 @@ visibility of uninitialized data in class static members.</p>
 Core -&gt; RIOT -&gt; ARQ -&gt; TDB -&gt; other (including jena text)</p>
 <p>The sequence from 0 to level 500 is the Jena platform
 initialization. Application may use the jena initialization mechanism and it is
-recommended to place initialzation code above level 500.</p>
+recommended to place initialization code above level 500.</p>
 <p>Initialization occurs when <code>JenaSystem.init()</code> is first called.  Jena ensures that this
 is done when the application first uses any Jena code by using class
 initializers.</p>