Fix typo
This commit is contained in:
parent
c29bdc7645
commit
55e6f062a3
1 changed files with 1 additions and 1 deletions
|
@ -584,7 +584,7 @@ int main(int argc, char *argv[]) {
|
|||
<< std::endl;
|
||||
}
|
||||
#else
|
||||
std::cerr << "Warning: failed to determine most reasonable sie: "
|
||||
std::cerr << "Warning: failed to determine most reasonable size: "
|
||||
"unrecognized system, defaulting to 80x24"
|
||||
<< std::endl;
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue