summaryrefslogtreecommitdiff
path: root/cups/dest.c
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2018-02-20 18:12:05 -0500
committerMichael R Sweet <michael.r.sweet@gmail.com>2018-02-20 18:12:05 -0500
commit699fe020752b0f0dbe1666117dd96791a98cc5a5 (patch)
treefc70107fd871a7b5526c6020ab8bfb9be06c6046 /cups/dest.c
parent19186c8baec37d508a8025a1b1d2333f29ed5eae (diff)
downloadcups-699fe020752b0f0dbe1666117dd96791a98cc5a5.tar.gz
Update documentation (Issue #5252)
Diffstat (limited to 'cups/dest.c')
-rw-r--r--cups/dest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cups/dest.c b/cups/dest.c
index bd5951756..960370f01 100644
--- a/cups/dest.c
+++ b/cups/dest.c
@@ -564,7 +564,7 @@ _cupsAppleSetUseLastPrinter(
/*
- * 'cupsConnectDest()' - Open a conection to the destination.
+ * 'cupsConnectDest()' - Open a connection to the destination.
*
* Connect to the destination, returning a new @code http_t@ connection object
* and optionally the resource path to use for the destination. These calls
@@ -573,7 +573,7 @@ _cupsAppleSetUseLastPrinter(
* returns 0. The caller is responsible for calling @link httpClose@ on the
* returned connection.
*
- * Starting with CUPS 2.2.4, the caller can pass @code CUPS_DEST_FLAGS_DEVICE@
+ * Starting with CUPS 2.2.4, the caller can pass @code CUPS_DEST_FLAGS_DEVICE@
* for the "flags" argument to connect directly to the device associated with
* the destination. Otherwise, the connection is made to the CUPS scheduler
* associated with the destination.