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 2021/09/24 07:57:24 UTC

[sling-org-apache-sling-feature-analyser] branch master updated: fix typo in name

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-feature-analyser.git


The following commit(s) were added to refs/heads/master by this push:
     new 835489f  fix typo in name
835489f is described below

commit 835489f78bfe4309327181ca277a11695c811e06
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Fri Sep 24 09:57:21 2021 +0200

    fix typo in name
---
 .../apache/sling/feature/analyser/task/impl/CheckBundleNativeCode.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/feature/analyser/task/impl/CheckBundleNativeCode.java b/src/main/java/org/apache/sling/feature/analyser/task/impl/CheckBundleNativeCode.java
index 7bd1c47..ec232e3 100644
--- a/src/main/java/org/apache/sling/feature/analyser/task/impl/CheckBundleNativeCode.java
+++ b/src/main/java/org/apache/sling/feature/analyser/task/impl/CheckBundleNativeCode.java
@@ -29,7 +29,7 @@ public class CheckBundleNativeCode implements AnalyserTask {
 
     @Override
     public String getName() {
-        return "Bundle Natice Code Check";
+        return "Bundle Native Code Check";
     }
 
     @Override