Typo: typo → type. 😃

This commit is contained in:
tastytea 2020-01-09 19:01:52 +01:00
parent 20e3dc5e09
commit f1cc8cfb2d
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ int main(int argc, char *argv[])
sleep_for(2s);
for (const auto &event : connection.get_new_events())
{
// Print typo of event and the beginning of the data.
// Print type of event and the beginning of the data.
cout << event.type << ": "
<< event.data.substr(0, 70) << "" << endl;
}