From 6281e8e00d295b65c677a32dbccee688210cb81f Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 17 Feb 2015 11:52:22 +0000
Subject: [PATCH] *.properties: occured => occurred is cannot => cannot

---
 opendj-server-legacy/src/messages/org/opends/messages/logger.properties |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/opendj-server-legacy/src/messages/org/opends/messages/logger.properties b/opendj-server-legacy/src/messages/org/opends/messages/logger.properties
index edb6b5e..8625a26 100644
--- a/opendj-server-legacy/src/messages/org/opends/messages/logger.properties
+++ b/opendj-server-legacy/src/messages/org/opends/messages/logger.properties
@@ -20,6 +20,7 @@
 # CDDL HEADER END
 #
 #      Copyright 2006-2008 Sun Microsystems, Inc.
+#      Portions Copyright 2015 ForgeRock AS.
 
 
 
@@ -62,9 +63,9 @@
  permissions for the log file %s: %s
 WARN_LOGGER_UNABLE_SET_PERMISSIONS_9=This platform does not support \
  setting file permissions %s to the log file %s
-ERR_LOGGER_ERROR_LISTING_FILES_10=Error occured while listing log files \
+ERR_LOGGER_ERROR_LISTING_FILES_10=Error occurred while listing log files \
  named by policy with initial file name %s
-ERR_LOGGER_ERROR_OBTAINING_FREE_SPACE_11=Error occured while obtaining \
+ERR_LOGGER_ERROR_OBTAINING_FREE_SPACE_11=Error occurred while obtaining \
  free disk space in the partition containing log file %s: %s
-ERR_LOGGER_ERROR_ENFORCING_RETENTION_POLICY_12=Error occured while \
+ERR_LOGGER_ERROR_ENFORCING_RETENTION_POLICY_12=Error occurred while \
  enforcing retention policy %s for logger %s: %s

--
Gitblit v1.10.0