Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 41708 invoked from network); 29 Sep 2007 18:09:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Sep 2007 18:09:44 -0000 Received: (qmail 22992 invoked by uid 500); 29 Sep 2007 18:09:33 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 22951 invoked by uid 500); 29 Sep 2007 18:09:33 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 22940 invoked by uid 99); 29 Sep 2007 18:09:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Sep 2007 11:09:33 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Sep 2007 18:09:43 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id EB1241A9832; Sat, 29 Sep 2007 11:09:22 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r580619 - /directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/configuration/StartupConfiguration.java Date: Sat, 29 Sep 2007 18:09:22 -0000 To: commits@directory.apache.org From: szoerner@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20070929180922.EB1241A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: szoerner Date: Sat Sep 29 11:09:20 2007 New Revision: 580619 URL: http://svn.apache.org/viewvc?rev=580619&view=rev Log: Typo in javadoc documentation fixed Modified: directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/configuration/StartupConfiguration.java Modified: directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/configuration/StartupConfiguration.java URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/configuration/StartupConfiguration.java?rev=580619&r1=580618&r2=580619&view=diff ============================================================================== --- directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/configuration/StartupConfiguration.java (original) +++ directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/configuration/StartupConfiguration.java Sat Sep 29 11:09:20 2007 @@ -239,7 +239,7 @@ /** - * Returns true if access control checks are enbaled. + * Returns true if access control checks are enabled. */ public boolean isAccessControlEnabled() {