You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2022/01/14 09:40:31 UTC

[sling-org-apache-sling-api] branch master updated: trivial: fix typo in javadoc

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

kwin 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 333fa20  trivial: fix typo in javadoc
333fa20 is described below

commit 333fa20f07a1d42897c9e0b6253bec5dcedb3e0b
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Fri Jan 14 10:32:30 2022 +0100

    trivial: fix typo in javadoc
---
 src/main/java/org/apache/sling/api/resource/external/URIProvider.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/sling/api/resource/external/URIProvider.java b/src/main/java/org/apache/sling/api/resource/external/URIProvider.java
index ebafa66..8f4422a 100644
--- a/src/main/java/org/apache/sling/api/resource/external/URIProvider.java
+++ b/src/main/java/org/apache/sling/api/resource/external/URIProvider.java
@@ -38,7 +38,7 @@ import org.osgi.annotation.versioning.ProviderType;
 public interface URIProvider {
 
     /**
-     * Return a URI appicable to the defined scope.
+     * Return a URI applicable to the defined scope.
      * @param resource the resource to convert from.
      * @param scope the required scope.
      * @param operation the required operation.
@@ -48,7 +48,7 @@ public interface URIProvider {
     @NotNull URI toURI(@NotNull Resource resource, @NotNull URIProvider.Scope scope, @NotNull URIProvider.Operation operation);
 
     /**
-     * Defines which operatio the URI may be used to perform.
+     * Defines which operation the URI may be used to perform.
      */
     enum Operation {
         /**