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

rombert pushed a commit to annotated tag 
org.apache.sling.testing.osgi-mock-2.1.0
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-osgi-mock.git

commit 6b59209d836b47d3a4c62d293924ac3844c6a393
Author: Stefan Seifert <[email protected]>
AuthorDate: Thu Jul 28 11:16:00 2016 +0000

    cosmetic: fix typo in error message
    
    git-svn-id: 
https://svn.apache.org/repos/asf/sling/trunk/testing/mocks/osgi-mock@1754395 
13f79535-47bb-0310-9956-ffa450edef68
---
 src/main/java/org/apache/sling/testing/mock/osgi/OsgiMetadataUtil.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/sling/testing/mock/osgi/OsgiMetadataUtil.java 
b/src/main/java/org/apache/sling/testing/mock/osgi/OsgiMetadataUtil.java
index c3ad237..3d5f3a9 100644
--- a/src/main/java/org/apache/sling/testing/mock/osgi/OsgiMetadataUtil.java
+++ b/src/main/java/org/apache/sling/testing/mock/osgi/OsgiMetadataUtil.java
@@ -414,7 +414,7 @@ final class OsgiMetadataUtil {
                 try {
                     this.targetFilter = new FilterImpl(this.target);
                 } catch (InvalidSyntaxException ex) {
-                    throw new RuntimeException("Invalid target filet in 
reference '" + this.name + "' of class " + clazz.getName(), ex);
+                    throw new RuntimeException("Invalid target filter in 
reference '" + this.name + "' of class " + clazz.getName(), ex);
                 }
             }
             else {

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to