From e1979e568be8ebd2627a2a85e1474ec2a6904754 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Thu, 17 Nov 2011 08:35:00 +0000
Subject: [PATCH] Fix OPENDJ-359: Fix typo in account status notification property name "time-unti-expiration"

---
 opends/src/server/org/opends/server/types/AccountStatusNotificationProperty.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/opends/src/server/org/opends/server/types/AccountStatusNotificationProperty.java b/opends/src/server/org/opends/server/types/AccountStatusNotificationProperty.java
index 205b150..bb382ac 100644
--- a/opends/src/server/org/opends/server/types/AccountStatusNotificationProperty.java
+++ b/opends/src/server/org/opends/server/types/AccountStatusNotificationProperty.java
@@ -23,6 +23,7 @@
  *
  *
  *      Copyright 2008 Sun Microsystems, Inc.
+ *      Portions copyright 2011 ForgeRock AS.
  */
 package org.opends.server.types;
 
@@ -107,7 +108,7 @@
    * expires.  This will be available for the
    * {@code PASSWORD_EXPIRING} notification type.
    */
-  TIME_UNTIL_EXPIRATION("time-unti-expiration"),
+  TIME_UNTIL_EXPIRATION("time-until-expiration"),
 
 
 

--
Gitblit v1.10.0