libgcobol/ChangeLog:

        * charmaps.cc: Fix typo in comment.
---

Committed as obvious.

 libgcobol/charmaps.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libgcobol/charmaps.cc b/libgcobol/charmaps.cc
index 3b75c08dd2f..561fe230121 100644
--- a/libgcobol/charmaps.cc
+++ b/libgcobol/charmaps.cc
@@ -250,7 +250,7 @@ cp1252_to_utf8_values[256] =
     0x00f0, 0x00f1, 0x00f2, 0x00f3, 0x00f4, 0x00f5, 0x00f6, 0x00f7, 0x00f8, 
0x00f9, 0x00fa, 0x00fb, 0x00fc, 0x00fd, 0x00fe, 0x00ff, // F0
     };
 
-// This map table doe the reverse UTF-8 conversion back to cp1252
+// This map table does the reverse UTF-8 conversion back to cp1252
 static const std::unordered_map<unsigned short, unsigned 
char>utf8_to_cp1252_values =
     {
     {0x0000, 0x00}, {0x0001, 0x01}, {0x0002, 0x02}, {0x0003, 0x03}, {0x0004, 
0x04}, {0x0005, 0x05}, {0x0006, 0x06}, {0x0007, 0x07},
-- 
2.48.1

Reply via email to