diff options
author | Volker Lendecke <vl@samba.org> | 2011-12-08 10:30:16 +0100 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2011-12-08 12:05:54 +0100 |
commit | 63163358010d7897aab71d2d7f21fd4dc685a937 (patch) | |
tree | e05d2e2c9e5cafa76a8ac4f5fe7c693816a6a071 /source3/printing | |
parent | a47970cae60bde303f126299fa9930a2f25cc165 (diff) | |
download | samba-63163358010d7897aab71d2d7f21fd4dc685a937.tar.gz samba-63163358010d7897aab71d2d7f21fd4dc685a937.tar.bz2 samba-63163358010d7897aab71d2d7f21fd4dc685a937.zip |
s3: Fix typos
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Thu Dec 8 12:05:55 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/printing')
-rw-r--r-- | source3/printing/pcap.c | 2 |
1 files changed, 1 insertions, 1 deletions
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")); |