summary refs log tree commit diff stats
path: root/plugins/fishlim/keystore.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-07-26 23:41:03 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-07-26 23:41:03 +0200
commit94c66e935d89c5dfbb6c1b8e877527f8d3175f04 (patch)
tree27efb0f413873fbcf11d5b2e4942f6497d003e65 /plugins/fishlim/keystore.c
parent52175f439a9fad9bc44dbbf9c3b1716b3dfe8e72 (diff)
Make FiSHLiM consistent with recent naming changes
Diffstat (limited to 'plugins/fishlim/keystore.c')
-rw-r--r--plugins/fishlim/keystore.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/fishlim/keystore.c b/plugins/fishlim/keystore.c
index 0e211958..c54b5dca 100644
--- a/plugins/fishlim/keystore.c
+++ b/plugins/fishlim/keystore.c
@@ -36,7 +36,7 @@ static char *keystore_password = NULL;
 
 
 /**
- * Opens the key store file: ~/.config/hexchat/plugin_fishlim.conf
+ * Opens the key store file: ~/.config/hexchat/addon_fishlim.conf
  */
 static GKeyFile *getConfigFile() {
     gchar *filename = get_config_filename();
@@ -63,7 +63,7 @@ static const char *get_keystore_password() {
 
 
 /**
- * Gets a value for a nick/channel from plugin_fishlim.conf. Unlike
+ * Gets a value for a nick/channel from addon_fishlim.conf. Unlike
  * g_key_file_get_string, this function is case insensitive.
  */
 static gchar *get_nick_value(GKeyFile *keyfile, const char *nick, const char *item) {