[Libreoffice-commits] online.git: wsd/Auth.cpp

Miklos Vajna (via logerrit) logerrit at kemper.freedesktop.org
Tue Jan 21 16:39:35 UTC 2020


 wsd/Auth.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a6af954b623d509f569413473bf27cb9c6ccdc56
Author:     Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Tue Jan 21 16:54:15 2020 +0100
Commit:     Miklos Vajna <vmiklos at collabora.com>
CommitDate: Tue Jan 21 17:39:09 2020 +0100

    wsd: fix a typo in JWTAuth::cleanup()
    
    Change-Id: I2c88403de12e2011746964b05a0c7e239dcbfd1b
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/87151
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Miklos Vajna <vmiklos at collabora.com>

diff --git a/wsd/Auth.cpp b/wsd/Auth.cpp
index 2ffa17b39..9e93f5c29 100644
--- a/wsd/Auth.cpp
+++ b/wsd/Auth.cpp
@@ -40,7 +40,7 @@ using Poco::OutputLineEndingConverter;
 std::unique_ptr<Poco::Crypto::RSAKey> JWTAuth::_key(
     new Poco::Crypto::RSAKey(Poco::Crypto::RSAKey(Poco::Crypto::RSAKey::KL_2048, Poco::Crypto::RSAKey::EXP_LARGE)));
 
-// avoid obscure doublef rees on exit.
+// avoid obscure double frees on exit.
 void JWTAuth::cleanup()
 {
     _key.reset();


More information about the Libreoffice-commits mailing list