mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 01:22:00 +00:00
Fix spelling in error message
This commit is contained in:
parent
f467cfe7c4
commit
beb4c66b65
@ -154,7 +154,7 @@ int main(int argc, char* argv[]) {
|
||||
}
|
||||
/* For now, bind to 190 to prove we are a privileged process */
|
||||
if (bind(n4, (const struct sockaddr *)&addr4, sizeof(addr4)) < 0) {
|
||||
fprintf(stderr, "Eror binding privilged port!\n");
|
||||
fprintf(stderr, "Error binding privilged port!\n");
|
||||
exit(1);
|
||||
}
|
||||
if (bind(ns, (const struct sockaddr *)&addr, sizeof(addr)) < 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user