diff options
Diffstat (limited to 'core/config.h')
-rw-r--r-- | core/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/config.h b/core/config.h index 80e8fff..21b3a9e 100644 --- a/core/config.h +++ b/core/config.h @@ -52,6 +52,6 @@ typedef struct /*_mm_config_override*/ { /* Internal API */ void config_free(); -/* Frontent API */ +/* Frontend API */ int config_read(char* file); int config_add_override(override_type type, char* data); |