You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2019/12/21 00:23:01 UTC

[sling-org-apache-sling-api] branch master updated: fix typos

This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-api.git


The following commit(s) were added to refs/heads/master by this push:
     new de0914f  fix typos
de0914f is described below

commit de0914fb50bd628e2afed34e4a30e9d695e1245a
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Dec 21 00:54:30 2019 +0100

    fix typos
---
 .../java/org/apache/sling/api/scripting/SlingScriptConstants.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/sling/api/scripting/SlingScriptConstants.java b/src/main/java/org/apache/sling/api/scripting/SlingScriptConstants.java
index 6bdb403..4fc447d 100644
--- a/src/main/java/org/apache/sling/api/scripting/SlingScriptConstants.java
+++ b/src/main/java/org/apache/sling/api/scripting/SlingScriptConstants.java
@@ -50,7 +50,7 @@ public class SlingScriptConstants {
      * {@link #PROPERTY_SCRIPT_ENGINE_FACTORY_EXTENSIONS},
      * {@link #PROPERTY_SCRIPT_ENGINE_FACTORY_LANGUAGE_NAME},
      * {@link #PROPERTY_SCRIPT_ENGINE_FACTORY_LANGUAGE_VERSION},
-     * and {@link #PROPERTY_SCRIPT_ENGINE_FACTORY_MIME_TYPES} poperties.
+     * and {@link #PROPERTY_SCRIPT_ENGINE_FACTORY_MIME_TYPES} properties.
      * @since 2.0.6 (Sling API Bundle 2.0.6)
      */
     public static final String TOPIC_SCRIPT_ENGINE_FACTORY_ADDED = "javax/script/ScriptEngineFactory/ADDED";
@@ -62,7 +62,7 @@ public class SlingScriptConstants {
      * {@link #PROPERTY_SCRIPT_ENGINE_FACTORY_EXTENSIONS},
      * {@link #PROPERTY_SCRIPT_ENGINE_FACTORY_LANGUAGE_NAME},
      * {@link #PROPERTY_SCRIPT_ENGINE_FACTORY_LANGUAGE_VERSION},
-     * and {@link #PROPERTY_SCRIPT_ENGINE_FACTORY_MIME_TYPES} poperties.
+     * and {@link #PROPERTY_SCRIPT_ENGINE_FACTORY_MIME_TYPES} properties.
      * @since 2.0.6 (Sling API Bundle 2.0.6)
      */
     public static final String TOPIC_SCRIPT_ENGINE_FACTORY_REMOVED = "javax/script/ScriptEngineFactory/REMOVED";