u2_bt: minor, fix typo

This commit is contained in:
King Kévin 2020-01-09 11:19:43 +01:00
parent 917f77de95
commit 6f7a7a42c3
1 changed files with 1 additions and 1 deletions

View File

@ -439,7 +439,7 @@ int main(int argc, char* argv[])
}
influxdb_fd = socket(res->ai_family,res->ai_socktype,res->ai_protocol);
if (0 == influxdb_fd) {
die("could not crete UDP socket\n");
die("could not create UDP socket\n");
}
}