git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [JGIT PATCH] Fix spelling of Junit option jgit.junit.usemmap
@ 2009-04-28 22:50 Robin Rosenberg
  0 siblings, 0 replies; only message in thread
From: Robin Rosenberg @ 2009-04-28 22:50 UTC (permalink / raw)
  To: spearce; +Cc: git, Robin Rosenberg

Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
---
 .../org/spearce/jgit/lib/RepositoryTestCase.java   |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/org.spearce.jgit.test/tst/org/spearce/jgit/lib/RepositoryTestCase.java b/org.spearce.jgit.test/tst/org/spearce/jgit/lib/RepositoryTestCase.java
index b85d3eb..3b03ac1 100644
--- a/org.spearce.jgit.test/tst/org/spearce/jgit/lib/RepositoryTestCase.java
+++ b/org.spearce.jgit.test/tst/org/spearce/jgit/lib/RepositoryTestCase.java
@@ -61,7 +61,7 @@
  * Sets up a predefined test repository and has support for creating additional
  * repositories and destroying them when the tests are finished.
  *
- * A system property <em>jgit.junit.usemmmap</em> defines whether memory mapping
+ * A system property <em>jgit.junit.usemmap</em> defines whether memory mapping
  * is used. Memory mapping has an effect on the file system, in that memory
  * mapped files in java cannot be deleted as long as they mapped arrays have not
  * been reclaimed by the garbage collector. The programmer cannot control this
@@ -123,7 +123,7 @@ protected void configure() {
 		final WindowCacheConfig c = new WindowCacheConfig();
 		c.setPackedGitLimit(128 * WindowCacheConfig.KB);
 		c.setPackedGitWindowSize(8 * WindowCacheConfig.KB);
-		c.setPackedGitMMAP("true".equals(System.getProperty("jgit.junit.usemmmap")));
+		c.setPackedGitMMAP("true".equals(System.getProperty("jgit.junit.usemmap")));
 		c.setDeltaBaseCacheLimit(8 * WindowCacheConfig.KB);
 		WindowCache.reconfigure(c);
 	}
-- 
1.6.3.rc2.1.g868b6

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-28 22:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-28 22:50 [JGIT PATCH] Fix spelling of Junit option jgit.junit.usemmap Robin Rosenberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).