diff --git a/confluent_osdeploy/utils/copernicus.c b/confluent_osdeploy/utils/copernicus.c index 872b51f0..bf54f853 100644 --- a/confluent_osdeploy/utils/copernicus.c +++ b/confluent_osdeploy/utils/copernicus.c @@ -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) {