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-caconfig-bnd-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 50f1247 fix typo
50f1247 is described below
commit 50f1247f07e1e99e36e52650336b9348c887b0b6
Author: Oliver Lietz <[email protected]>
AuthorDate: Tue Jun 16 13:17:48 2020 +0200
fix typo
---
.../sling/caconfig/bndplugin/ConfigurationClassScannerPlugin.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/sling/caconfig/bndplugin/ConfigurationClassScannerPlugin.java
b/src/main/java/org/apache/sling/caconfig/bndplugin/ConfigurationClassScannerPlugin.java
index 9584741..1c39cb3 100644
---
a/src/main/java/org/apache/sling/caconfig/bndplugin/ConfigurationClassScannerPlugin.java
+++
b/src/main/java/org/apache/sling/caconfig/bndplugin/ConfigurationClassScannerPlugin.java
@@ -35,7 +35,7 @@ import aQute.service.reporter.Reporter;
/**
* Scans the classpath of the bundle for annotation classes with the
"Configuration" annotation
- * from the Sling Context-Aware Configuraiton API.
+ * from the Sling Context-Aware Configuration API.
* All class names found are stored in a bundle header for processing them at
runtime and reading their metadata.
*/
public class ConfigurationClassScannerPlugin implements AnalyzerPlugin, Plugin
{