Fix typo in error message
[lgpl/argeo-commons.git] / 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();