fix native lock doc wordage

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@905435 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2010-02-01 22:46:18 +00:00
parent 10a1942262
commit 58bbab2827

View File

@ -131,7 +131,7 @@
or when there is no possibility of another process trying
to modify the index.
native = NativeFSLockFactory - uses OS native file locking.
Do not use with multiple solr webapps in the same JVM are
Do not use when multiple solr webapps in the same JVM are
attempting to share a single index.
simple = SimpleFSLockFactory - uses a plain file for locking