diff options
author | hut <hut@lepus.uberspace.de> | 2015-02-17 23:11:26 +0100 |
---|---|---|
committer | hut <hut@lepus.uberspace.de> | 2015-02-17 23:11:26 +0100 |
commit | 1ad66d5b5f693904e6a552737c80bb6d0cad44ec (patch) | |
tree | cbe8f729a7e051f47b02f46a26843b1f7d5a6488 | |
parent | 5f1db740b6a956562023bf11facefb0c11f16e83 (diff) | |
download | ranger-1ad66d5b5f693904e6a552737c80bb6d0cad44ec.tar.gz |
core.fm: typo
-rw-r--r-- | ranger/core/fm.py | 2 |
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") |