From 43185e220ae61cca55a8cfdb12802a0f898003b7 Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Tue, 18 Oct 2011 08:47:38 +0000
Subject: [PATCH] Fix typo in comment.
---
opends/src/server/org/opends/server/types/AttributeType.java | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/opends/src/server/org/opends/server/types/AttributeType.java b/opends/src/server/org/opends/server/types/AttributeType.java
index 8dcb168..7c1afb7 100644
--- a/opends/src/server/org/opends/server/types/AttributeType.java
+++ b/opends/src/server/org/opends/server/types/AttributeType.java
@@ -23,6 +23,7 @@
*
*
* Copyright 2006-2009 Sun Microsystems, Inc.
+ * Portions Copyright 2011 ForgeRock AS
*/
package org.opends.server.types;
@@ -521,7 +522,7 @@
/**
- * Indicates whether this attribute sytax is a binary one.
+ * Indicates whether this attribute syntax is a binary one.
* @return {@code true} if it is a binary syntax rule
* , or {@code false} if not.
*/
--
Gitblit v1.10.0