Author: kwin
Date: Wed Feb 24 14:53:32 2016
New Revision: 1732165
URL: http://svn.apache.org/viewvc?rev=1732165&view=rev
Log:
fix some typos
Modified:
sling/trunk/bundles/jcr/webdav/src/main/resources/OSGI-INF/metatype/metatype.properties
Modified:
sling/trunk/bundles/jcr/webdav/src/main/resources/OSGI-INF/metatype/metatype.properties
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/webdav/src/main/resources/OSGI-INF/metatype/metatype.properties?rev=1732165&r1=1732164&r2=1732165&view=diff
==============================================================================
---
sling/trunk/bundles/jcr/webdav/src/main/resources/OSGI-INF/metatype/metatype.properties
(original)
+++
sling/trunk/bundles/jcr/webdav/src/main/resources/OSGI-INF/metatype/metatype.properties
Wed Feb 24 14:53:32 2016
@@ -75,9 +75,9 @@ dav.create-absolute-uri.description = Wh
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 Prima
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 \