You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by md...@apache.org on 2012/07/07 17:16:02 UTC

svn commit: r1358588 - /jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/core/RootImpl.java

Author: mduerig
Date: Sat Jul  7 15:16:01 2012
New Revision: 1358588

URL: http://svn.apache.org/viewvc?rev=1358588&view=rev
Log:
typo

Modified:
    jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/core/RootImpl.java

Modified: jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/core/RootImpl.java
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/core/RootImpl.java?rev=1358588&r1=1358587&r2=1358588&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/core/RootImpl.java (original)
+++ jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/core/RootImpl.java Sat Jul  7 15:16:01 2012
@@ -161,7 +161,7 @@ public class RootImpl implements Root {
     @Override
     public void refresh() {
         currentRootState = null;
-        // There is a small race here an we risk to get an "earlier" revision for the
+        // There is a small race here and we risk to get an "earlier" revision for the
         // observation limit than for the branch. This is not a problem though since
         // observation will catch up later on with the next call to ChangeExtractor.getChanges()
         observationLimit.set(store.getRoot());