diff options
author | Patrik Nyblom <[email protected]> | 2013-02-18 16:42:51 +0100 |
---|---|---|
committer | Patrik Nyblom <[email protected]> | 2013-02-18 16:42:51 +0100 |
commit | 5fcb4b742820ab66e646f8561ed9f32b253bca9a (patch) | |
tree | cdfbb7bb697842072eb4f4b5d33cbaa91abf08a6 /lib/stdlib/src/io_lib.erl | |
parent | b6e1fa3e42011c7845becd8a000fd77940d6ed9b (diff) | |
download | otp-5fcb4b742820ab66e646f8561ed9f32b253bca9a.tar.gz otp-5fcb4b742820ab66e646f8561ed9f32b253bca9a.tar.bz2 otp-5fcb4b742820ab66e646f8561ed9f32b253bca9a.zip |
Correct misspelled comments and space at lin ends
Diffstat (limited to 'lib/stdlib/src/io_lib.erl')
-rw-r--r-- | lib/stdlib/src/io_lib.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/src/io_lib.erl b/lib/stdlib/src/io_lib.erl index ff389cbe22..a9b6d4131e 100644 --- a/lib/stdlib/src/io_lib.erl +++ b/lib/stdlib/src/io_lib.erl @@ -545,7 +545,7 @@ printable_latin1_list(_) -> false. %Everything else is false printable_list(L) -> %% There will be more alternatives returns from io:printable range - %% in the future. To not have a catch-all caluse is deliberate. + %% in the future. To not have a catch-all clause is deliberate. case io:printable_range() of latin1 -> printable_latin1_list(L); |