You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2022/03/18 10:18:21 UTC

[karaf] branch main updated: Fixing typo (directoy) in docs

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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new d992e4a  Fixing typo (directoy) in docs
     new 3dfc373  Merge pull request #1488 from coheigea/typo
d992e4a is described below

commit d992e4aa9d3e432a62e3be5419b103fd7d8e7824
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Feb 7 14:43:53 2022 +0000

    Fixing typo (directoy) in docs
---
 manual/src/main/asciidoc/user-guide/jndi.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/manual/src/main/asciidoc/user-guide/jndi.adoc b/manual/src/main/asciidoc/user-guide/jndi.adoc
index d11d86b..02f3442 100644
--- a/manual/src/main/asciidoc/user-guide/jndi.adoc
+++ b/manual/src/main/asciidoc/user-guide/jndi.adoc
@@ -53,7 +53,7 @@ Runnable r = (Runnable) ctx.lookup("osgi:service/java.lang.Runnable");
 
 ===== JNDI service
 
-Apache Karaf also supports regular JNDI, including a directoy system where you can register name bindings, sub-context, etc.
+Apache Karaf also supports regular JNDI, including a directory system where you can register name bindings, sub-context, etc.
 
 It supports the standard JNDI API:
 
@@ -221,4 +221,4 @@ The `Contexts` attribute provides a list containing all JNDI sub-contexts.
 * `delete(context)` deletes a JNDI sub-context.
 * `alias(name, alias` creates a JNDI name (alias) for a given one.
 * `bind(serviceId, name` binds a JNDI name using an OSGi service (identified by its ID).
-* `unbind(name)` unbinds a JNDI name.
\ No newline at end of file
+* `unbind(name)` unbinds a JNDI name.