Fix configuration paths in error message

This commit is contained in:
Michael Stapelberg 2012-03-11 14:47:58 +01:00
parent b35753cd5c
commit 188e5873be

View File

@ -164,8 +164,8 @@ static char *get_config_path() {
free(buf);
die("Unable to find the configuration file (looked at "
"~/.i3status/config, $XDG_CONFIG_HOME/i3status/config, "
"/etc/i3status/config and $XDG_CONFIG_DIRS/i3status/config)");
"~/.i3status.conf, $XDG_CONFIG_HOME/i3status/config, "
"/etc/i3status.conf and $XDG_CONFIG_DIRS/i3status/config)");
return NULL;
}