doc: Fix typo in README - scc - simple c99 compiler
 (HTM) git clone git://git.simple-cc.org/scc
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit d394111bab814e96386aaf55023f26a4c59140e6
 (DIR) parent 226c9b6665ee5cb3d0f50fad4be66a339af4f1d7
 (HTM) Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
       Date:   Mon,  4 Mar 2024 10:30:15 +0100
       
       doc: Fix typo in README
       
       Diffstat:
         M README                              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/README b/README
       @@ -226,5 +226,5 @@ C99 libc
        ========
        
        The C99 libc only supports the C locale using UTF-8 for multibyte
       -sequences. It also assume that the wide character set includes as
       +sequences. It also assumes that the wide character set includes
        ASCII as a subset.