]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix a few typos found by codespell
authorDimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com>
Sat, 16 Mar 2024 12:48:01 +0000 (13:48 +0100)
committerDimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com>
Sat, 16 Mar 2024 12:48:01 +0000 (13:48 +0100)
Signed-off-by: Dimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com>
README.md
devel/perlasm/readme
doc/doxygen/Doxyfile.in
doc/doxygen/Doxyfile.orig
tests/crt_apis.c

index b1c771f2215b1ca0876b3707004cc8bf545a2914..a8d8b940e950c6f2067b5eed102b782452f677bf 100644 (file)
--- 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:
 ```
index a7876bcc95816f15e7be1d776cf7d4b99df48f0c..e284a6cfc86606b301d794ce17aac18621338ced 100644 (file)
@@ -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
index 516766adb0e835b0f366d862ad2a7f40c746b568..95b88e014e8a1b268b3be2e237e4dcf17a8778ae 100644 (file)
@@ -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
 
index 91ac9af6b6fea64f54aac0016273b3a5bd63957a..3bfe056387e55595ed6beea221f7499457aaac1f 100644 (file)
@@ -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
 
index d321d67b7c3cc91218e29758ee0355f78516f98f..51d02cdfedf6adcc7935a05ed5f55c12138a6a54 100644 (file)
@@ -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);