diff options
author | Andrew Dryga <[email protected]> | 2017-02-12 19:54:46 +0200 |
---|---|---|
committer | Andrew Dryga <[email protected]> | 2017-02-14 11:32:55 +0200 |
commit | a3291799c29e82bb2725a589ef0f804dfbd9eac7 (patch) | |
tree | b5ba094e415feb988f0d192183eceb14c4ca6713 /lib/stdlib/src/io_lib.erl | |
parent | c53abbaca0298b11224c9c09294a575584ae85a5 (diff) | |
download | otp-a3291799c29e82bb2725a589ef0f804dfbd9eac7.tar.gz otp-a3291799c29e82bb2725a589ef0f804dfbd9eac7.tar.bz2 otp-a3291799c29e82bb2725a589ef0f804dfbd9eac7.zip |
Fixed typos in lib/stdlib
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 ad98bc0420..a91143a764 100644 --- a/lib/stdlib/src/io_lib.erl +++ b/lib/stdlib/src/io_lib.erl @@ -28,7 +28,7 @@ %% Most of the code here is derived from the original prolog versions and %% from similar code written by Joe Armstrong and myself. %% -%% This module has been split into seperate modules: +%% This module has been split into separate modules: %% io_lib - basic write and utilities %% io_lib_format - formatted output %% io_lib_fread - formatted input |