File: 0001_spelling.patch

package info (click to toggle)
gdbuspp 3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,116 kB
  • sloc: cpp: 9,462; python: 477; sh: 215; makefile: 6
file content (19 lines) | stat: -rw-r--r-- 735 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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: