File: spelling.patch

package info (click to toggle)
libauthen-smb-perl 0.91-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 452 kB
  • sloc: ansic: 2,746; perl: 48; makefile: 3
file content (18 lines) | stat: -rw-r--r-- 559 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: spelling fix
Origin: vendor
Bug: https://rt.cpan.org/Ticket/Display.html?id=93233
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=93233
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2024-03-14

--- a/smbval/smblib-util.c
+++ b/smbval/smblib-util.c
@@ -739,7 +739,7 @@
 
 static char *SMBlib_Error_Messages[] = {
 
-  "Request completed sucessfully.",
+  "Request completed successfully.",
   "Server returned a non-zero SMB Error Class and Code.",
   "A lower layer protocol error occurred.",
   "Function not yet implemented.",