From 5b0b2255ef0e8594d268f55ff97d0d502cc7b561 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Fri, 23 Dec 2011 19:12:17 +0000 Subject: Fix typo that has been lurking since 2006 --- Settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Settings.c') diff --git a/Settings.c b/Settings.c index 816a7ecb..cc2cf9c1 100644 --- a/Settings.c +++ b/Settings.c @@ -217,7 +217,7 @@ Settings* Settings_new(ProcessList* pl, Header* header, int cpuCount) { home = getenv("HOME_ETC"); if (!home) home = getenv("HOME"); if (!home) home = ""; - rcfile = getenv("HOMERC"); + rcfile = getenv("HTOPRC"); if (!rcfile) this->userSettings = String_cat(home, "/.htoprc"); else -- cgit v1.2.3