Skip to content

Commit a1c2101

Browse files
committed
Fix typo in docs
1 parent 3afb979 commit a1c2101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/manpage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ Miscellaneous options
766766
This option can also be set using the :envvar:`RFM_CONFIG_FILES` environment variable.
767767

768768
In order to determine its final configuration, ReFrame first loads the builtin configuration file unconditionally and then starts looking for possible configuration file locations defined in the :envvar:`RFM_CONFIG_PATH` environment variable.
769-
For each directory defined in the :envvar:`RFM_CONFIG_PATH`, ReFrame looks for a file named ``settings.py`` or ``setting.json`` inside it and loads it.
769+
For each directory defined in the :envvar:`RFM_CONFIG_PATH`, ReFrame looks for a file named ``settings.py`` or ``settings.json`` inside it and loads it.
770770
If both a ``settings.py`` and a ``settings.json`` files are found, the Python configuration will be preferred.
771771
ReFrame, finally, processes any configuration files specified in the command line or in the :envvar:`RFM_CONFIG_FILES` environment variable.
772772

0 commit comments

Comments
 (0)