You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2016/02/17 12:53:51 UTC

svn commit: r1730819 - /sling/trunk/contrib/extensions/distribution/README.md

Author: rombert
Date: Wed Feb 17 11:53:50 2016
New Revision: 1730819

URL: http://svn.apache.org/viewvc?rev=1730819&view=rev
Log:
distribution: fix typo in README.md

Submitted-By: Markus Haack

Closes #124

Modified:
    sling/trunk/contrib/extensions/distribution/README.md

Modified: sling/trunk/contrib/extensions/distribution/README.md
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/distribution/README.md?rev=1730819&r1=1730818&r2=1730819&view=diff
==============================================================================
--- sling/trunk/contrib/extensions/distribution/README.md (original)
+++ sling/trunk/contrib/extensions/distribution/README.md Wed Feb 17 11:53:50 2016
@@ -19,7 +19,7 @@ The Sling Content Distribution module co
 
  - org.apache.sling.distribution.api: this is where the APIs are defined
  - org.apache.sling.distribution.core: this is where the basic infrastructure for distributing content is implemented
- - org.apache.sling.distribution.core: this is where some additional (optional) extensions for distributing content are implemented
+ - org.apache.sling.distribution.extensions: this is where some additional (optional) extensions for distributing content are implemented
  - org.apache.sling.distribution.sample: this is a set of sample configurations and implementations for demo purpose 
  - org.apache.sling.distribution.it: this is the integration testing suite