about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lepus.uberspace.de>2015-02-17 23:11:26 +0100
committerhut <hut@lepus.uberspace.de>2015-02-17 23:11:26 +0100
commit1ad66d5b5f693904e6a552737c80bb6d0cad44ec (patch)
treecbe8f729a7e051f47b02f46a26843b1f7d5a6488
parent5f1db740b6a956562023bf11facefb0c11f16e83 (diff)
downloadranger-1ad66d5b5f693904e6a552737c80bb6d0cad44ec.tar.gz
core.fm: typo
-rw-r--r--ranger/core/fm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/core/fm.py b/ranger/core/fm.py
index 993e6050..eb99d1f1 100644
--- a/ranger/core/fm.py
+++ b/ranger/core/fm.py
@@ -248,7 +248,7 @@ class FM(Actions, SignalDispatcher):
                 "keep them up to date.\n")
             if os.environ.get('RANGER_LOAD_DEFAULT_RC', 0) != 'FALSE':
                 sys.stderr.write("\n> To stop ranger from loading "
-                "\033[1mboth\033[0m the default and your custom rc.config,\n"
+                "\033[1mboth\033[0m the default and your custom rc.conf,\n"
                 "  please set the environment variable "
                 "\033[1mRANGER_LOAD_DEFAULT_RC\033[0m to "
                 "\033[1mFALSE\033[0m.\n")