From 63163358010d7897aab71d2d7f21fd4dc685a937 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 8 Dec 2011 10:30:16 +0100 Subject: s3: Fix typos Autobuild-User: Volker Lendecke Autobuild-Date: Thu Dec 8 12:05:55 CET 2011 on sn-devel-104 --- source3/printing/pcap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/printing/pcap.c b/source3/printing/pcap.c index 62db4f5efc..dd7ba62459 100644 --- a/source3/printing/pcap.c +++ b/source3/printing/pcap.c @@ -191,7 +191,7 @@ done: if ((pcap_reloaded) && (post_cache_fill_fn_handled == false)) { /* cleanup old entries only if the operation was successful, * otherwise keep around the old entries until we can - * successfuly reaload */ + * successfully reload */ status = printer_list_clean_old(); if (!NT_STATUS_IS_OK(status)) { DEBUG(0, ("Failed to cleanup printer list!\n")); -- cgit