From 06faea8cfcfbb5eafa33f246f29e2f7d94f4f1c0 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Thu, 28 Apr 2011 18:55:38 +0100 Subject: [PATCH] Typos. --- .../springframework/security/samples/cas/CasSampleSpec.groovy | 2 +- .../springframework/security/samples/cas/pages/LoginPage.groovy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/cas/src/integration-test/groovy/org/springframework/security/samples/cas/CasSampleSpec.groovy b/samples/cas/src/integration-test/groovy/org/springframework/security/samples/cas/CasSampleSpec.groovy index e71df91190..9ca243169a 100644 --- a/samples/cas/src/integration-test/groovy/org/springframework/security/samples/cas/CasSampleSpec.groovy +++ b/samples/cas/src/integration-test/groovy/org/springframework/security/samples/cas/CasSampleSpec.groovy @@ -118,7 +118,7 @@ class CasSampleSpec extends BaseSpec { at LoginPage } - def 'loging out of the cas server successfully logs out of the cas servers'() { + def 'logging out of the cas server successfully logs out of the cas server'() { setup: 'login with ROLE_USER' to SecurePage at LoginPage diff --git a/samples/cas/src/integration-test/groovy/org/springframework/security/samples/cas/pages/LoginPage.groovy b/samples/cas/src/integration-test/groovy/org/springframework/security/samples/cas/pages/LoginPage.groovy index 8649b899ce..10adde2097 100644 --- a/samples/cas/src/integration-test/groovy/org/springframework/security/samples/cas/pages/LoginPage.groovy +++ b/samples/cas/src/integration-test/groovy/org/springframework/security/samples/cas/pages/LoginPage.groovy @@ -36,7 +36,7 @@ class LoginPage extends Page { } /** - * Gets the login page url which might change based upon the system properties. This is to support using an randomly available port for CI. + * Gets the login page url which might change based upon the system properties. This is to support using a randomly available port for CI. * @return */ private static String loginUrl() {