From 156cea6a9c90e120acff2d550ddb64d94cabdc6b Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Tue, 14 May 2024 15:40:26 +0200 Subject: [PATCH] Fixed typo. --- lib/master.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/master.c b/lib/master.c index af19365c..2a9018e5 100644 --- a/lib/master.c +++ b/lib/master.c @@ -34,7 +34,7 @@ /****************************************************************************/ -// prototypes for internal lethods (avoid -Wmissing-prototype warning) +// prototypes for internal methods (avoid -Wmissing-prototype warning) void ec_master_clear_config(ec_master_t *); void ec_master_add_domain(ec_master_t *, ec_domain_t *); void ec_master_add_slave_config(ec_master_t *, ec_slave_config_t *);