Browse Source

fixed typo

pull/414/head
orignal 9 years ago
parent
commit
4934fc8809
  1. 4
      Base.cpp

4
Base.cpp

@ -8,8 +8,8 @@ namespace data
{ {
static const char T32[32] = { static const char T32[32] = {
'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h',
'i', 'k', 'k', 'l', 'm', 'n', 'o', 'p', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p',
'q', 'r', 't', 't', 'u', 'v', 'w', 'x', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x',
'y', 'z', '2', '3', '4', '5', '6', '7', 'y', 'z', '2', '3', '4', '5', '6', '7',
}; };

Loading…
Cancel
Save