s3-printing: fix typo
authorBjörn Baumbach <bb@sernet.de>
Fri, 28 Oct 2011 12:29:56 +0000 (14:29 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 3 Nov 2011 09:13:40 +0000 (10:13 +0100)
Signed-off-by: Michael Adam <obnox@samba.org>
source3/printing/nt_printing.c

index fc00f6ab5dafa6b97b382857682d50be218679b8..a8fde257c4ca7d539befe09c7a7b8940af347f0b 100644 (file)
@@ -1852,7 +1852,7 @@ void nt_printer_remove(TALLOC_CTX *mem_ctx,
        result = winreg_delete_printer_key_internal(mem_ctx, session_info, msg_ctx,
                                           printer, "");
        if (!W_ERROR_IS_OK(result)) {
-               DEBUG(0, ("nt_printer_remove: failed to remove rpinter %s",
+               DEBUG(0, ("nt_printer_remove: failed to remove printer %s",
                          printer));
        }
 }