From 11b1301914eaf493258b7bd3aa1e331519ad058b Mon Sep 17 00:00:00 2001 From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com> Date: Thu, 12 Feb 2015 14:16:45 +0000 Subject: [PATCH] Fix typo: " to to " => " to " --- opendj-server-legacy/src/messages/org/opends/messages/jeb.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj-server-legacy/src/messages/org/opends/messages/jeb.properties b/opendj-server-legacy/src/messages/org/opends/messages/jeb.properties index 4933704..120ba89 100644 --- a/opendj-server-legacy/src/messages/org/opends/messages/jeb.properties +++ b/opendj-server-legacy/src/messages/org/opends/messages/jeb.properties @@ -295,7 +295,7 @@ NOTE_JEB_IMPORT_LDIF_TRUSTED_FAILED_182=Setting indexes trusted failed \ for the following reason: %s NOTE_JEB_IMPORT_LDIF_DB_MEM_BUF_INFO_185=Setting DB cache size to %d bytes \ - and phase one buffer size to to %d bytes + and phase one buffer size to %d bytes NOTE_JEB_IMPORT_LDIF_TOT_MEM_BUF_186=The amount of free memory available to \ the import task is %d bytes. The number of phase one buffers required is \ %d buffers -- Gitblit v1.10.0