Author: mduerig
Date: Tue Jul 26 13:49:12 2016
New Revision: 1754127
URL: http://svn.apache.org/viewvc?rev=1754127&view=rev
Log:
@trivial: typo
Modified:
jackrabbit/oak/trunk/oak-segment-tar/src/main/java/org/apache/jackrabbit/oak/segment/SegmentNodeStoreService.java
Modified:
jackrabbit/oak/trunk/oak-segment-tar/src/main/java/org/apache/jackrabbit/oak/segment/SegmentNodeStoreService.java
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-segment-tar/src/main/java/org/apache/jackrabbit/oak/segment/SegmentNodeStoreService.java?rev=1754127&r1=1754126&r2=1754127&view=diff
==============================================================================
---
jackrabbit/oak/trunk/oak-segment-tar/src/main/java/org/apache/jackrabbit/oak/segment/SegmentNodeStoreService.java
(original)
+++
jackrabbit/oak/trunk/oak-segment-tar/src/main/java/org/apache/jackrabbit/oak/segment/SegmentNodeStoreService.java
Tue Jul 26 13:49:12 2016
@@ -165,7 +165,7 @@ public class SegmentNodeStoreService ext
byteValue = GAIN_THRESHOLD_DEFAULT,
label = "Compaction gain threshold",
description = "TarMK compaction gain threshold. The gain
estimation prevents compaction from running " +
- "if the provided threshold is not met. Value represents a
percentage so an input beween 0 and 100 is expected."
+ "if the provided threshold is not met. Value represents a
percentage so an input between 0 and 100 is expected."
)
public static final String COMPACTION_GAIN_THRESHOLD =
"compaction.gainThreshold";