[Openvpn-devel] : debian lintian informational warning (Authorization)

Message ID CAH+fs=8tVbnH1Ha0FZN7J7yBMJarisLDw=p44mWtP7mtEnnmVQ@mail.gmail.com
State Accepted
Delegated to: David Sommerseth
Headers show
Series [Openvpn-devel] : debian lintian informational warning (Authorization) | expand

Commit Message

Marc Leeman March 18, 2025, 10:37 a.m. UTC
trivial spelling error raised by lintian.

Comments

David Sommerseth March 24, 2025, 3:38 p.m. UTC | #1
On 18/03/2025 11:37, Marc Leeman wrote:
> trivial spelling error raised by lintian.

Thank you for the fix!  And sorry for the slow response.  It got handled
last week, but forgot to reply and do the final push to the public repos.

--------------------------------------------------------------------------

commit 27ec3ecdccebf946e8578d6a2b3123209cffe508
Author: Marc Leeman <marc.leeman@gmail.com>
Date:   Tue Mar 18 11:37:33 2025 +0100

    spelling: Fix typ0 in gdbuspp/authz-request.cpp

    Signed-off-by: Marc Leeman <marc.leeman@gmail.com>

--------------------------------------------------------------------------

Patch

Description: Fix spelling error in error message
Author: Marc Leeman <marc.leeman@gmail.com>
 When packaging, lintian complains about a spelling error (informational).
Last-Update: 2025-03-18

Index: salsa/gdbuspp/gdbuspp/authz-request.cpp
===================================================================
--- salsa.orig/gdbuspp/authz-request.cpp
+++ salsa/gdbuspp/authz-request.cpp
@@ -38,7 +38,7 @@  const std::string Exception::compose_err
     }

     std::ostringstream r;
-    r << "Autorization failed for " << req->caller;
+    r << "Authorization failed for " << req->caller;
     switch (req->operation)
     {
     case Object::Operation::METHOD_CALL: