diff options
author | Peter Andersson <[email protected]> | 2010-05-27 00:46:37 +0200 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2010-06-09 16:19:19 +0200 |
commit | 7b33aa92bb2558ba04a6436203638fd46592b8d2 (patch) | |
tree | d0ca16d7a4d816aef05300a810703e676ed1a013 /lib/common_test/src/ct_config_plain.erl | |
parent | 80d1a5c5753a18491bfe29740ab5b0af22f0bff2 (diff) | |
download | otp-7b33aa92bb2558ba04a6436203638fd46592b8d2.tar.gz otp-7b33aa92bb2558ba04a6436203638fd46592b8d2.tar.bz2 otp-7b33aa92bb2558ba04a6436203638fd46592b8d2.zip |
Improve documentation and fix minor problems
General documentation and code updates.
Diffstat (limited to 'lib/common_test/src/ct_config_plain.erl')
-rw-r--r-- | lib/common_test/src/ct_config_plain.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/src/ct_config_plain.erl b/lib/common_test/src/ct_config_plain.erl index 0fed58e45a..3fbc8af9fb 100644 --- a/lib/common_test/src/ct_config_plain.erl +++ b/lib/common_test/src/ct_config_plain.erl @@ -65,7 +65,7 @@ read_config(ConfigFile) -> end end. -% check against existence of config file +% check if config file exists check_parameter(File)-> case filelib:is_file(File) of true-> |