]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix typos 577/head
authorSamanta Navarro <ferivoz@riseup.net>
Fri, 30 Dec 2022 11:56:49 +0000 (11:56 +0000)
committerSamanta Navarro <ferivoz@riseup.net>
Fri, 30 Dec 2022 11:56:55 +0000 (11:56 +0000)
Typos found with codespell.

Signed-off-by: Samanta Navarro <ferivoz@riseup.net>
doc/help/man-cupsenable.html
man/cupsenable.8
systemv/cupstestppd.c
vcnet/dns_sd.h
vcnet/regex/regcomp.c

index 07b7235158165943f55762be2f25fdb4b1e060da..f0bb4224ac1ada7ccef2749cebd68ba98954e488 100644 (file)
@@ -74,7 +74,7 @@ Also, printer and class names are <i>not</i> case-sensitive.
 <p>The System V versions of these commands are <b>disable</b> and <b>enable</b>, respectively.
 They have been renamed to avoid conflicts with the
 <b>bash</b>(1)
-build-in commands of the same names.
+built-in commands of the same names.
 <p>The CUPS versions of <b>disable</b> and <b>enable</b> may ask the user for an access password depending on the printing system configuration.
 This differs from the System V versions which require the root user to execute these commands.
 <h2 class="title"><a name="SEE_ALSO">See Also</a></h2>
index 6e90da86ab133ced48ec67c17379b3b80fa6f85b..529aa36eb7b5549e00ed52a0312acbe9f3f11fb0 100644 (file)
@@ -82,7 +82,7 @@ Also, printer and class names are \fInot\fR case-sensitive.
 The System V versions of these commands are \fBdisable\fR and \fBenable\fR, respectively.
 They have been renamed to avoid conflicts with the
 .BR bash (1)
-build-in commands of the same names.
+built-in commands of the same names.
 .LP
 The CUPS versions of \fBdisable\fR and \fBenable\fR may ask the user for an access password depending on the printing system configuration.
 This differs from the System V versions which require the root user to execute these commands.
index c3a2d19dce002ce1bb1cbe98ec89946bf49789a6..d9f9c01265ce284310f0275c368e57edeeb50182 100644 (file)
@@ -3241,7 +3241,7 @@ check_sizes(ppd_file_t *ppd,              /* I - PPD file */
 
    /*
     * Verify that the size name is Adobe standard name if it's a standard size
-    * and the dimentional name if it's not a standard size.  Suffix should be
+    * and the dimensional name if it's not a standard size.  Suffix should be
     * .Fullbleed, etc., or numeric, e.g., Letter, Letter.Fullbleed,
     * Letter.Transverse, Letter1, Letter2, 4x8, 55x91mm, 55x91mm.Fullbleed, etc.
     */
index 54f4e117b4f0a5d0a69ab22de18fbde12450acdf..c8d12908fb6fc92f5e52c656f374159bc6ccecd0 100644 (file)
@@ -1055,7 +1055,7 @@ DNSServiceErrorType DNSSD_API DNSServiceRegister
  *
  * sdRef:           A DNSServiceRef initialized by DNSServiceRegister().
  *
- * RecordRef:       A pointer to an uninitialized DNSRecordRef. Upon succesfull completion of this
+ * RecordRef:       A pointer to an uninitialized DNSRecordRef. Upon succesful completion of this
  *                  call, this ref may be passed to DNSServiceUpdateRecord() or DNSServiceRemoveRecord().
  *                  If the above DNSServiceRef is passed to DNSServiceRefDeallocate(), RecordRef is also
  *                  invalidated and may not be used further.
@@ -1684,7 +1684,7 @@ DNSServiceErrorType DNSSD_API DNSServiceCreateConnection(DNSServiceRef *sdRef);
  *
  * sdRef:           A DNSServiceRef initialized by DNSServiceCreateConnection().
  *
- * RecordRef:       A pointer to an uninitialized DNSRecordRef. Upon succesfull completion of this
+ * RecordRef:       A pointer to an uninitialized DNSRecordRef. Upon succesful completion of this
  *                  call, this ref may be passed to DNSServiceUpdateRecord() or DNSServiceRemoveRecord().
  *                  (To deregister ALL records registered on a single connected DNSServiceRef
  *                  and deallocate each of their corresponding DNSServiceRecordRefs, call
@@ -2419,7 +2419,7 @@ DNSServiceErrorType DNSSD_API DNSServiceSetDispatchQueue
  * and report errors at compile-time if anything is wrong. The usual way to do this would
  * be to use a run-time "if" statement or the conventional run-time "assert" mechanism, but
  * then you don't find out what's wrong until you run the software. This way, if the assertion
- * condition is false, the array size is negative, and the complier complains immediately.
+ * condition is false, the array size is negative, and the compiler complains immediately.
  */
 
 struct CompileTimeAssertionChecks_DNS_SD
index e16e0151b7519247112e67d234563a46c3d296ca..22ca19435c1ad7f86f2b81e1813abdc95419fbaa 100644 (file)
@@ -469,7 +469,7 @@ int starordinary;           /* is a leading * an ordinary character? */
        sopno subno;
 #      define  BACKSL  (1<<CHAR_BIT)
 
-       pos = HERE();           /* repetion op, if any, covers from here */
+       pos = HERE();           /* repetition op, if any, covers from here */
 
        assert(MORE());         /* caller should have ensured this */
        c = GETNEXT();