fix(language): mistyped word in code c (#5034)

Remove extra "strlen_s" concatenated onto the "strlen"
This commit is contained in:
penguin-teal 2024-02-12 05:51:47 -06:00 committed by GitHub
parent 22594c5ba5
commit 67245ddafa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -162,7 +162,7 @@
"strncpy",
"strcat",
"strncat",
"strlenstrnlen_s",
"strlen",
"strcmp",
"strncmp",
"strcoll",