diff --git a/pkg/tiny-asn1/doc.txt b/pkg/tiny-asn1/doc.txt index cc92960e7f..aae349d013 100644 --- a/pkg/tiny-asn1/doc.txt +++ b/pkg/tiny-asn1/doc.txt @@ -3,5 +3,5 @@ * @ingroup pkg * @ingroup sys_crypto * @brief Lightweight ASN.1 decoding/encoding library - * @see https://gitlab.com/matthegap/tiny-asn1 + * @see https://gitlab.com/mtausig/tiny-asn1 */ diff --git a/tests/pkg_tiny-asn1/README.md b/tests/pkg_tiny-asn1/README.md index d70b685d2a..b981f85962 100644 --- a/tests/pkg_tiny-asn1/README.md +++ b/tests/pkg_tiny-asn1/README.md @@ -1,6 +1,6 @@ # `pkg_tiny-asn1` test -This test tries to execute all basic dunctions of the tiny-asn1 library by decoding and encoding some data. +This test tries to execute all basic functions of the tiny-asn1 library by decoding and encoding some data. If everything works, the programs exits with a return code of 1 and prints "Decoding finished succesfully" at the end. In case of an error, the program returns with an exit code of 1.