Author: olli
Date: Tue May 10 09:02:23 2016
New Revision: 1743133
URL: http://svn.apache.org/viewvc?rev=1743133&view=rev
Log:
fix typos
Modified:
sling/trunk/bundles/servlets/post/src/main/java/org/apache/sling/servlets/post/Modification.java
Modified:
sling/trunk/bundles/servlets/post/src/main/java/org/apache/sling/servlets/post/Modification.java
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/servlets/post/src/main/java/org/apache/sling/servlets/post/Modification.java?rev=1743133&r1=1743132&r2=1743133&view=diff
==============================================================================
---
sling/trunk/bundles/servlets/post/src/main/java/org/apache/sling/servlets/post/Modification.java
(original)
+++
sling/trunk/bundles/servlets/post/src/main/java/org/apache/sling/servlets/post/Modification.java
Tue May 10 09:02:23 2016
@@ -102,11 +102,11 @@ public class Modification {
* Records a 'order' change.
*
* @param orderedPath Path of the node that was reordered
- * @param beforeSibbling Name of the sibbling node before which the source
node has
+ * @param beforeSibling Name of the sibling node before which the source
node has
* been inserted.
*/
- public static Modification onOrder(String orderedPath, String
beforeSibbling) {
- return onChange(ModificationType.ORDER, orderedPath, beforeSibbling);
+ public static Modification onOrder(String orderedPath, String
beforeSibling) {
+ return onChange(ModificationType.ORDER, orderedPath, beforeSibling);
}
protected static Modification onChange(ModificationType type, String
source) {