From 1c620d8083dbfad810490bed327ce635dc030872 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sun, 6 Dec 2020 16:49:44 +1100 Subject: docs: fix simple typo, embeded -> embedded There is a small typo in lib/sha1.c. Should read `embedded` rather than `embeded`. --- lib/sha1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sha1.c b/lib/sha1.c index 9d3cf81..63cd5c9 100644 --- a/lib/sha1.c +++ b/lib/sha1.c @@ -72,7 +72,7 @@ /* Not under GCC-alike or glibc */ #elif defined(_BYTE_ORDER) && defined(_BIG_ENDIAN) && defined(_LITTLE_ENDIAN) /* - * *BSD and newlib (embeded linux, cygwin, etc). + * *BSD and newlib (embedded linux, cygwin, etc). * the defined(_BIG_ENDIAN) && defined(_LITTLE_ENDIAN) part prevents * this condition from matching with Solaris/sparc. * (Solaris defines only one endian macro) -- cgit v1.2.3