```
__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:
```
&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
# 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
# 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
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);