summaryrefslogtreecommitdiff
path: root/source3/printing/print_generic.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2021-03-21 09:45:13 +0100
committerJeremy Allison <jra@samba.org>2021-03-24 20:31:30 +0000
commitebd5322e6333a2f04d7fae1f89510cbcea0d5909 (patch)
tree7658d48822d88887cf99b5cac1d0888b7239f160 /source3/printing/print_generic.c
parent49d0268f73c59d570888df4535ab086f8bd46755 (diff)
downloadsamba-ebd5322e6333a2f04d7fae1f89510cbcea0d5909.tar.gz
printing: Fix typos
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/printing/print_generic.c')
-rw-r--r--source3/printing/print_generic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/printing/print_generic.c b/source3/printing/print_generic.c
index 0059fad23c5..075382780d4 100644
--- a/source3/printing/print_generic.c
+++ b/source3/printing/print_generic.c
@@ -164,7 +164,7 @@ static int generic_queue_get(const char *printer_name,
print_queue_struct *queue = NULL;
/* never do substitution when running the 'lpq command' since we can't
- get it rigt when using the background update daemon. Make the caller
+ get it right when using the background update daemon. Make the caller
do it before passing off the command string to us here. */
print_run_command(-1, printer_name, False, lpq_command, &fd, NULL);