Fix typo in error message
authorMathieu Baudier <mbaudier@argeo.org>
Sat, 19 May 2018 16:11:05 +0000 (18:11 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Sat, 19 May 2018 16:11:05 +0000 (18:11 +0200)
org.argeo.cms.e4.rap/src/org/argeo/cms/e4/rap/CmsLoginLifecycle.java

index 78c4747f608ceb231d4414003ddb09be6ba88739..91b08f96ffa0d9ffb102ae0a06a4bf525a68adcf 100644 (file)
@@ -121,7 +121,7 @@ public class CmsLoginLifecycle implements CmsView {
        @Override
        public void logout() {
                if (loginContext == null)
-                       throw new CmsException("Login context should not bet null");
+                       throw new CmsException("Login context should not be null");
                try {
                        CurrentUser.logoutCmsSession(loginContext.getSubject());
                        loginContext.logout();