From ba1ad01825d9b6a0d47bf61b9e1f3577c66720db Mon Sep 17 00:00:00 2001 From: Samanta Navarro Date: Fri, 30 Dec 2022 11:56:49 +0000 Subject: [PATCH] Fix typos Typos found with codespell. Signed-off-by: Samanta Navarro --- doc/help/man-cupsenable.html | 2 +- man/cupsenable.8 | 2 +- systemv/cupstestppd.c | 2 +- vcnet/dns_sd.h | 6 +++--- vcnet/regex/regcomp.c | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/help/man-cupsenable.html b/doc/help/man-cupsenable.html index 07b7235158..f0bb4224ac 100644 --- a/doc/help/man-cupsenable.html +++ b/doc/help/man-cupsenable.html @@ -74,7 +74,7 @@ Also, printer and class names are not case-sensitive.

The System V versions of these commands are disable and enable, respectively. They have been renamed to avoid conflicts with the bash(1) -build-in commands of the same names. +built-in commands of the same names.

The CUPS versions of disable and enable 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.

See Also

diff --git a/man/cupsenable.8 b/man/cupsenable.8 index 6e90da86ab..529aa36eb7 100644 --- a/man/cupsenable.8 +++ b/man/cupsenable.8 @@ -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. diff --git a/systemv/cupstestppd.c b/systemv/cupstestppd.c index c3a2d19dce..d9f9c01265 100644 --- a/systemv/cupstestppd.c +++ b/systemv/cupstestppd.c @@ -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. */ diff --git a/vcnet/dns_sd.h b/vcnet/dns_sd.h index 54f4e117b4..c8d12908fb 100644 --- a/vcnet/dns_sd.h +++ b/vcnet/dns_sd.h @@ -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 diff --git a/vcnet/regex/regcomp.c b/vcnet/regex/regcomp.c index e16e0151b7..22ca19435c 100644 --- a/vcnet/regex/regcomp.c +++ b/vcnet/regex/regcomp.c @@ -469,7 +469,7 @@ int starordinary; /* is a leading * an ordinary character? */ sopno subno; # define BACKSL (1<