From beb4c66b65df40b0621c23a8ea48c0ab9cb7b662 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 8 Jul 2022 10:50:25 -0400 Subject: [PATCH] Fix spelling in error message --- confluent_osdeploy/utils/copernicus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {