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/test/base64_SUITE.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/test/base64_SUITE.erl')
-rw-r--r-- | lib/stdlib/test/base64_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/test/base64_SUITE.erl b/lib/stdlib/test/base64_SUITE.erl index d0abe5c961..6ddc67464c 100644 --- a/lib/stdlib/test/base64_SUITE.erl +++ b/lib/stdlib/test/base64_SUITE.erl @@ -82,7 +82,7 @@ base64_decode(Config) when is_list(Config) -> Alphabet = list_to_binary(lists:seq(0, 255)), Alphabet = base64:decode(base64:encode(Alphabet)), - %% Encoded base 64 strings may be devided by non base 64 chars. + %% Encoded base 64 strings may be divided by non base 64 chars. %% In this cases whitespaces. "0123456789!@#0^&*();:<>,. []{}" = base64:decode_to_string( |