trivial spelling error raised by lintian.

-- 
g. Marc

GPG: 827C FD74 BA46 8152 A041 F3A0 7A6A 4F17 5995 A65B
Description: Fix spelling error in error message
Author: Marc Leeman <marc.lee...@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:
_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to