From 2f02e028656c8118bda562b240f41f8a2c3896b0 Mon Sep 17 00:00:00 2001 From: Risto Saarelma Date: Tue, 7 May 2024 11:12:12 +0300 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94e0e44..0a47c47 100644 --- a/README.md +++ b/README.md @@ -464,7 +464,7 @@ buffers that are easy to manage. String copying --- -The most dangerous and infamus function of the standard C library is probably +The most dangerous and infamous function of the standard C library is probably `strcpy`, so perhaps it is funny how in the context of better designed dynamic string libraries the concept of copying strings is almost irrelevant. Usually what you do is to create strings with the content you want, or concatenating