aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/test/ftp_suite_lib.erl
diff options
context:
space:
mode:
authorErland Schönbeck <[email protected]>2015-03-13 10:12:57 +0100
committerRickard Green <[email protected]>2015-03-20 15:28:54 +0100
commit87ae700c7383b74b8ddade6bfe30481dcdc5b6c7 (patch)
tree182247234a2ae719e688c3a37eec158639f0fee6 /lib/inets/test/ftp_suite_lib.erl
parentf4a774425a440caa912da71cfb8c0c70df4df69e (diff)
downloadotp-87ae700c7383b74b8ddade6bfe30481dcdc5b6c7.tar.gz
otp-87ae700c7383b74b8ddade6bfe30481dcdc5b6c7.tar.bz2
otp-87ae700c7383b74b8ddade6bfe30481dcdc5b6c7.zip
inets: Update comments
Diffstat (limited to 'lib/inets/test/ftp_suite_lib.erl')
-rw-r--r--lib/inets/test/ftp_suite_lib.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/test/ftp_suite_lib.erl b/lib/inets/test/ftp_suite_lib.erl
index 42e2190758..5ae9eb736e 100644
--- a/lib/inets/test/ftp_suite_lib.erl
+++ b/lib/inets/test/ftp_suite_lib.erl
@@ -1353,7 +1353,7 @@ do_delete(Pid, Config) ->
ok.
do_mkdir(Pid) ->
- %% Adapt to OTP 18 erlang time API and be back-compatible
+ %% Adapt to OTP 18 erlang time API and be backwards compatible
NewDir = try
"earl_" ++ integer_to_list(erlang:unique_integer([positive]))
catch