| 12
 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.",
 |