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 2017/11/07 09:52:15 UTC

[sling-org-apache-sling-jcr-webdav] 07/10: fix some typos

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

rombert pushed a commit to annotated tag org.apache.sling.jcr.webdav-2.3.4
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-webdav.git

commit 42ce287abd2d39eba23de7b2c9c03c36ae8f7251
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Wed Feb 24 14:53:32 2016 +0000

    fix some typos
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/jcr/webdav@1732165 13f79535-47bb-0310-9956-ffa450edef68
---
 src/main/resources/OSGI-INF/metatype/metatype.properties | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/OSGI-INF/metatype/metatype.properties b/src/main/resources/OSGI-INF/metatype/metatype.properties
index 2a3cb41..3a4fe61 100644
--- a/src/main/resources/OSGI-INF/metatype/metatype.properties
+++ b/src/main/resources/OSGI-INF/metatype/metatype.properties
@@ -75,9 +75,9 @@ dav.create-absolute-uri.description = When set to true, create absolute URIs \
 
 collection.types.name = Non Collection Node Types
 collection.types.description = The JCR Node Types considered being \
- non-collection resouces by WebDAV. Any node replying true to Node.isNodeType() \
+ non-collection resources by WebDAV. Any node replying true to Node.isNodeType() \
  for one of the listed types is considered a non-collection resource. Otherwise \
- the respective node is considered a colleciton resource.
+ the respective node is considered a collection resource.
   
 filter.prefixes.name = Filter Prefixes
 filter.prefixes.description = A list of namespace prefixes indicating JCR items \
@@ -104,7 +104,7 @@ type.collections.name = Collection Primary Type
 type.collections.description = The JCR Primary Node Type to assign to nodes \
  created to reflect WebDAV collections. The default value is sling:Folder. \
  You may name any primary node type here, provided it allows the creation of \
- nodex of this type and the defined Non-Collection Primary Type below it.
+ nodes of this type and the defined Non-Collection Primary Type below it.
  
 type.noncollections.name = Non-Collection Primary Type
 type.noncollections.description = The JCR Primary Node Type to assign to \

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.