From: Dimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com> Date: Sat, 16 Mar 2024 12:48:01 +0000 (+0100) Subject: Fix a few typos found by codespell X-Git-Tag: 3.8.4~2^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=005bcbf001cb0a7f6f2cc370f729b36e3c1bb85a;p=thirdparty%2Fgnutls.git Fix a few typos found by codespell Signed-off-by: Dimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com> --- diff --git a/README.md b/README.md index b1c771f221..a8d8b940e9 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ apt-get install -y texinfo texlive texlive-plain-generic texlive-extra-utils ``` __NOTE:__ Some software versions might not be available in older releases, e.g. `nettle-dev`. -Available backport repos, APT-Pinning or source code compilating can be used to install these versions (and dependencies) from a newer release. +Available backport repos, APT-Pinning or source code compiling can be used to install these versions (and dependencies) from a newer release. Fedora/RHEL: ``` diff --git a/devel/perlasm/readme b/devel/perlasm/readme index a7876bcc95..e284a6cfc8 100644 --- a/devel/perlasm/readme +++ b/devel/perlasm/readme @@ -35,7 +35,7 @@ Functions of interest are: &function_begin_B(name,extra) Same as norma function_begin but no pushing. &function_end(name) Call at end of function. &function_end_A(name) Standard pop and ret, for use inside functions -&function_end_B(name) Call at end but with poping or 'ret'. +&function_end_B(name) Call at end but with pop or ret. &swtmp(num) Address on stack temp word. &wparam(num) Parameter number num, that was push in C convention. This all works over pushes diff --git a/doc/doxygen/Doxyfile.in b/doc/doxygen/Doxyfile.in index 516766adb0..95b88e014e 100644 --- a/doc/doxygen/Doxyfile.in +++ b/doc/doxygen/Doxyfile.in @@ -675,7 +675,7 @@ REFERENCES_RELATION = NO # If the REFERENCES_LINK_SOURCE tag is set to YES (the default) # and SOURCE_BROWSER tag is set to YES, then the hyperlinks from # functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will -# link to the source code. Otherwise they will link to the documentstion. +# link to the source code. Otherwise they will link to the documentation. REFERENCES_LINK_SOURCE = YES diff --git a/doc/doxygen/Doxyfile.orig b/doc/doxygen/Doxyfile.orig index 91ac9af6b6..3bfe056387 100644 --- a/doc/doxygen/Doxyfile.orig +++ b/doc/doxygen/Doxyfile.orig @@ -675,7 +675,7 @@ REFERENCES_RELATION = NO # If the REFERENCES_LINK_SOURCE tag is set to YES (the default) # and SOURCE_BROWSER tag is set to YES, then the hyperlinks from # functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will -# link to the source code. Otherwise they will link to the documentstion. +# link to the source code. Otherwise they will link to the documentation. REFERENCES_LINK_SOURCE = YES diff --git a/tests/crt_apis.c b/tests/crt_apis.c index d321d67b7c..51d02cdfed 100644 --- a/tests/crt_apis.c +++ b/tests/crt_apis.c @@ -353,7 +353,7 @@ void doit(void) assert(memcmp(out.data, saved_crt.data, out.size) == 0); #endif - /* test behavior of gnutls_x509_crt_export on varios corner cases */ + /* test behavior of gnutls_x509_crt_export on various corner cases */ s = 0; assert(gnutls_x509_crt_export(crt, GNUTLS_X509_FMT_PEM, NULL, &s) == GNUTLS_E_SHORT_MEMORY_BUFFER);