1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-04 02:20:23 +03:00

cleanup: typo premable to preamble

Correct preable, seems even unused.
This commit is contained in:
zkabelac 2024-08-29 14:18:24 +00:00 committed by Zdenek Kabelac
parent 1c9e619fef
commit 6a8ba51d82

View File

@ -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 */