diff options
author | Emanuele Giaquinta <exg@irssi.org> | 2008-03-11 13:26:33 +0000 |
---|---|---|
committer | exg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2008-03-11 13:26:33 +0000 |
commit | 4ca476d4659d3f7b39c6218d9b4e821ba4cb453b (patch) | |
tree | e019e2aee2a3da00ff65cea648b1e6f932d3ddac /src/lib-config | |
parent | 75352a5998f3660e037b56da413fb382d7e00828 (diff) | |
download | irssi-4ca476d4659d3f7b39c6218d9b4e821ba4cb453b.zip |
Fix typos.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4756 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/lib-config')
-rw-r--r-- | src/lib-config/iconfig.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib-config/iconfig.h b/src/lib-config/iconfig.h index 3d6072d1..e3b4fa9e 100644 --- a/src/lib-config/iconfig.h +++ b/src/lib-config/iconfig.h @@ -72,7 +72,7 @@ void config_change_file_name(CONFIG_REC *rec, const char *fname, int create_mode /* Parse configuration file */ int config_parse(CONFIG_REC *rec); -/* Parse configuration found from `data'. `input_name' is specifies the +/* Parse configuration found from `data'. `input_name' specifies the "configuration name" which is displayed in error messages. */ int config_parse_data(CONFIG_REC *rec, const char *data, const char *input_name); @@ -117,7 +117,7 @@ CONFIG_NODE *config_node_section(CONFIG_NODE *parent, const char *key, int new_t CONFIG_NODE *config_node_section_index(CONFIG_NODE *parent, const char *key, int index, int new_type); /* Find the section with the whole path. - Create the path if necessary `create' is TRUE. */ + Create the path if necessary if `create' is TRUE. */ CONFIG_NODE *config_node_traverse(CONFIG_REC *rec, const char *section, int create); /* Get the value of keys `key' and `key_value' and put them to `ret_key' and `ret_value'. Returns -1 if not found. */ |