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 2019/03/12 10:08:11 UTC

[karaf] branch karaf-4.2.x updated: Provisioning manual: fix typos

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

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


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new 5f37fb7  Provisioning manual: fix typos
5f37fb7 is described below

commit 5f37fb7370661c57121e4b295636fb74493bdd31
Author: Henning Treu <he...@instana.com>
AuthorDate: Tue Mar 12 10:40:42 2019 +0100

    Provisioning manual: fix typos
---
 manual/src/main/asciidoc/user-guide/provisioning.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/manual/src/main/asciidoc/user-guide/provisioning.adoc b/manual/src/main/asciidoc/user-guide/provisioning.adoc
index a94896e..96bc426 100644
--- a/manual/src/main/asciidoc/user-guide/provisioning.adoc
+++ b/manual/src/main/asciidoc/user-guide/provisioning.adoc
@@ -24,7 +24,7 @@ By provisioning application, it means install all modules, configuration, and tr
 
 It natively supports the deployment of OSGi applications.
 
-An OSGi application is a set of OSGi bundles. An OSGi bundles is a regular jar file, with additional metadata in the jar MANIFEST.
+An OSGi application is a set of OSGi bundles. An OSGi bundle is a regular jar file, with additional metadata in the jar MANIFEST.
 
 In OSGi, a bundle can depend to other bundles. So, it means that to deploy an OSGi application, most of the time, you have
 to firstly deploy a lot of other bundles required by the application.
@@ -611,7 +611,7 @@ are still available for the wiring (the bundles are in resolved state).
 
 The `feature:uninstall` command uninstalls a feature. As the `feature:install` command, the `feature:uninstall` command
 requires the `feature` argument. The `feature` argument is the name of the feature, or the name/version of the feature.
-If only the name of the feature is provided (not the version), the latest version available will be installed.
+If only the name of the feature is provided (not the version), the latest version available will be uninstalled.
 
 ----
 karaf@root()> feature:uninstall eventadmin