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-launchpad-integration-tests.git


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

commit 18c5205bf9d3b30d6dee2db45c363aa51e13627d
Author: Oliver Lietz <[email protected]>
AuthorDate: Tue Sep 25 13:44:44 2018 +0200

    fix typo
---
 .../launchpad/webapp/integrationtest/login/AnonymousAccessTest.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/sling/launchpad/webapp/integrationtest/login/AnonymousAccessTest.java
 
b/src/main/java/org/apache/sling/launchpad/webapp/integrationtest/login/AnonymousAccessTest.java
index 88a6f9a..bd9ae28 100644
--- 
a/src/main/java/org/apache/sling/launchpad/webapp/integrationtest/login/AnonymousAccessTest.java
+++ 
b/src/main/java/org/apache/sling/launchpad/webapp/integrationtest/login/AnonymousAccessTest.java
@@ -96,7 +96,7 @@ public class AnonymousAccessTest {
         
         try {
             if(anonymousAccessAllowed) {
-                assertContent("Expecting conent when testing under anonymous 
access subtree");
+                assertContent("Expecting content when testing under anonymous 
access subtree");
             } else {
                 assertEquals(
                     "Expecting status 404 when testing outside of anonymous 
access subtree",

Reply via email to