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 17:22:21 UTC

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

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 61e13f2bb Staged site from system-init (8a8379f5b3fd499d4371add248ffbf6915d4d4fa)
61e13f2bb is described below

commit 61e13f2bbd8e542e1af6f3ea666f3b18ab1b837b
Author: jenkins <bu...@apache.org>
AuthorDate: Sat Jan 7 17:22:18 2023 +0000

    Staged site from system-init (8a8379f5b3fd499d4371add248ffbf6915d4d4fa)
---
 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 e7805bb67..21cab6329 100644
--- a/content/documentation/notes/system-initialization.html
+++ b/content/documentation/notes/system-initialization.html
@@ -233,7 +233,7 @@ Modules</a> which uses <code>SubsystemLifecycle</code>
 with a different Java interface.</p>
 <h2 id="the-initialization-process">The Initialization Process</h2>
 <p>The process followed by <code>JenaSystem.init()</code> is to load all java <code>ServiceLoader</code>
-regsitered <code>JenaSubsystemLifecycle</code>, sort into level order, then call <code>init</code> on
+registered <code>JenaSubsystemLifecycle</code>, sort into level order, then call <code>init</code> on
 each initialization object. Initialization code at the same level may be called
 in any order and that order may be different between runs.</p>
 <p>Only the first call of <code>JenaSystem.init()</code> causes the process to run.