Fix typo in error message
authorBruno Sinou <bsinou@argeo.org>
Tue, 9 Jun 2015 10:47:08 +0000 (10:47 +0000)
committerBruno Sinou <bsinou@argeo.org>
Tue, 9 Jun 2015 10:47:08 +0000 (10:47 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@8175 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

org.argeo.security.ui.rap/src/org/argeo/security/ui/rap/SecureEntryPoint.java

index 3f0f6646998babee7df0bf9855cc01b68b8a2a5a..561a52079296804f4d74bb5dc6d1daf6c2b788e2 100644 (file)
@@ -227,7 +227,7 @@ public class SecureEntryPoint implements EntryPoint {
                        log.info("Logged out " + (username != null ? username : "")
                                        + " (THREAD=" + Thread.currentThread().getId() + ")");
                } catch (LoginException e) {
-                       log.error("Erorr when logging out", e);
+                       log.error("Error when logging out", e);
                }
        }
 }