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/11/13 05:06:23 UTC

[karaf-winegrower] branch master updated: Fix simple spelling in two places

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a3c3101  Fix simple spelling in two places
     new e8d39f5  Merge pull request #2 from tonit/patch-1
a3c3101 is described below

commit a3c31011d6a4c19327c8fa939dd5bc782c3ecd42
Author: Toni Menzel <to...@rebaze.com>
AuthorDate: Tue Nov 12 22:31:27 2019 +0100

    Fix simple spelling in two places
---
 README.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.adoc b/README.adoc
index 0f408c7..9c3dc50 100644
--- a/README.adoc
+++ b/README.adoc
@@ -1,6 +1,6 @@
 = Apache Winegrower
 
-Apache Winegrower is a ligthweight and powerful application framework.
+Apache Winegrower is a lightweight and powerful application framework.
 
 It brings the powerful OSGi model without all the issue and help of bundle classloaders.
 Winegrower fully supports the activator and service model but use an unique classloader.
@@ -88,7 +88,7 @@ It's also cloud ready and provides tooling to provision your applications on clo
 </project>
 ----
 
-You can now start Karaf with:
+You can now start Winegrower with:
 
 [source,sh]
 ----
@@ -123,4 +123,4 @@ Here is an example:
 public class MyBundleActivator implements BundleActivator {
     // standard code
 }
-----
\ No newline at end of file
+----