Problem: some comments contain typos

This commit is contained in:
Constantin Rack
2015-09-06 18:46:32 +02:00
parent 3e43258769
commit bd923f0fbb
46 changed files with 74 additions and 74 deletions

View File

@@ -91,7 +91,7 @@ bool zmq::mtrie_t::add_helper (unsigned char *prefix_, size_t size_,
if (c < min || c >= min + count) {
// The character is out of range of currently handled
// charcters. We have to extend the table.
// characters. We have to extend the table.
if (!count) {
min = c;
count = 1;