This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.featureflags-1.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-featureflags.git
commit d7c990335f5420959ad89ac65a8249c6a4c1a04a Author: Carsten Ziegeler <[email protected]> AuthorDate: Tue Jan 28 09:13:40 2014 +0000 Fix some typos git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/feature-flags@1562012 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/java/org/apache/sling/featureflags/ClientContext.java | 2 +- src/main/java/org/apache/sling/featureflags/ExecutionContext.java | 2 +- src/main/java/org/apache/sling/featureflags/package-info.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/org/apache/sling/featureflags/ClientContext.java b/src/main/java/org/apache/sling/featureflags/ClientContext.java index 137e6ff..33a392c 100644 --- a/src/main/java/org/apache/sling/featureflags/ClientContext.java +++ b/src/main/java/org/apache/sling/featureflags/ClientContext.java @@ -28,7 +28,7 @@ import aQute.bnd.annotation.ProviderType; * <p> * Prepared {@code ClientContext} instances are available through the * {@link Features} service. Consumers of this interface are not expected to - * implent it. + * implement it. */ @ProviderType public interface ClientContext { diff --git a/src/main/java/org/apache/sling/featureflags/ExecutionContext.java b/src/main/java/org/apache/sling/featureflags/ExecutionContext.java index 14d684d..1e91088 100644 --- a/src/main/java/org/apache/sling/featureflags/ExecutionContext.java +++ b/src/main/java/org/apache/sling/featureflags/ExecutionContext.java @@ -37,7 +37,7 @@ import aQute.bnd.annotation.ProviderType; * This object provides access to live data and must only be used to read * information. Modifying content through a {@code ResourceResolver} directly or * indirectly provided by this object is considered inappropriate and faulty - * behaviour. + * behavior. */ @ProviderType public interface ExecutionContext { diff --git a/src/main/java/org/apache/sling/featureflags/package-info.java b/src/main/java/org/apache/sling/featureflags/package-info.java index f1fb45b..41b243d 100644 --- a/src/main/java/org/apache/sling/featureflags/package-info.java +++ b/src/main/java/org/apache/sling/featureflags/package-info.java @@ -47,7 +47,7 @@ * </tr> * <tr> * <td>{@code description}</td> - * <td>Description for the feature. The intent is to descibe the behaviour + * <td>Description for the feature. The intent is to describe the behavior * of the application if this feature would be enabled. It is recommended * to define this property. The default value is the value of the name property.</td> * </tr> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
