From 6a8ba51d82d04e401463f092f82a9dee559e68ae Mon Sep 17 00:00:00 2001 From: zkabelac Date: Thu, 29 Aug 2024 14:18:24 +0000 Subject: [PATCH] cleanup: typo premable to preamble Correct preable, seems even unused. --- lib/config/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config/config.h b/lib/config/config.h index 5ca877222..6a30c6e9f 100644 --- a/lib/config/config.h +++ b/lib/config/config.h @@ -141,7 +141,7 @@ typedef struct cfg_def_item { uint16_t deprecated_since_version; /* version since this item is deprecated */ const char *deprecation_comment; /* comment about reasons for deprecation and settings that supersede this one */ const char *comment; /* comment */ - const char *file_premable; /* comment text to use at the start of the file */ + const char *file_preamble; /* comment text to use at the start of the file */ } cfg_def_item_t; /* configuration definition tree types */ -- 2.43.5