Description: Fix spelling error in error message
 When packaging, lintian complains about a spelling error (informational).
Author: Marc Leeman <marc.leeman@gmail.com>
Forwarded: https://sourceforge.net/p/openvpn/mailman/message/59162004/
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:
