Fix a small typo in configure - libgrapheme - unicode string library
 (HTM) git clone git://git.suckless.org/libgrapheme
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit c0cab63c5300fa12284194fbef57aa2ed62a94c0
 (DIR) parent c0d28c3cad5c9e02dfa93b3ff3e6953ad0f22d75
 (HTM) Author: Laslo Hunhold <dev@frign.de>
       Date:   Fri, 24 Feb 2023 18:26:22 +0100
       
       Fix a small typo in configure
       
       Signed-off-by: Laslo Hunhold <dev@frign.de>
       
       Diffstat:
         M configure                           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/configure b/configure
       @@ -36,7 +36,7 @@ case $(uname) in
                        replace_line 'SOSYMLINK' ''     'false'
                        replace_line 'LDCONFIG'  ''     ''
                        ;;
       -        CYGWIN*|MSYS*|WINGW*)
       +        CYGWIN*|MSYS*|MINGW*)
                        replace_line 'ANAME'     '    ' 'libgrapheme.lib'
                        replace_line 'SONAME'    '   '  'libgrapheme.dll'
                        replace_line 'BINSUFFIX' ''     '.exe'