aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src
diff options
context:
space:
mode:
authorPatrik Nyblom <[email protected]>2013-02-18 16:42:51 +0100
committerPatrik Nyblom <[email protected]>2013-02-18 16:42:51 +0100
commit5fcb4b742820ab66e646f8561ed9f32b253bca9a (patch)
treecdfbb7bb697842072eb4f4b5d33cbaa91abf08a6 /lib/stdlib/src
parentb6e1fa3e42011c7845becd8a000fd77940d6ed9b (diff)
downloadotp-5fcb4b742820ab66e646f8561ed9f32b253bca9a.tar.gz
otp-5fcb4b742820ab66e646f8561ed9f32b253bca9a.tar.bz2
otp-5fcb4b742820ab66e646f8561ed9f32b253bca9a.zip
Correct misspelled comments and space at lin ends
Diffstat (limited to 'lib/stdlib/src')
-rw-r--r--lib/stdlib/src/io_lib.erl2
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);