diff options
author | Tuncer Ayaz <[email protected]> | 2011-09-21 10:50:17 +0200 |
---|---|---|
committer | Tuncer Ayaz <[email protected]> | 2011-12-05 17:29:09 +0100 |
commit | bbb24e2d361cd7acac6422041d68c571a0453ef0 (patch) | |
tree | 2e8eabb086049c8b093597da5a1ee73dac91ac7b | |
parent | d54a8c17e0874fc8c9502f31714cfd4b2ce2cd79 (diff) | |
download | otp-bbb24e2d361cd7acac6422041d68c571a0453ef0.tar.gz otp-bbb24e2d361cd7acac6422041d68c571a0453ef0.tar.bz2 otp-bbb24e2d361cd7acac6422041d68c571a0453ef0.zip |
Fix typos in tar_SUITE
-rw-r--r-- | lib/stdlib/test/tar_SUITE.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/stdlib/test/tar_SUITE.erl b/lib/stdlib/test/tar_SUITE.erl index 65ccdcb7a8..5bc34e35af 100644 --- a/lib/stdlib/test/tar_SUITE.erl +++ b/lib/stdlib/test/tar_SUITE.erl @@ -766,9 +766,9 @@ run_in_short_tempdir(Config, Fun) -> %% We need a base directory with a much shorter pathname than %% priv_dir. We KNOW that priv_dir is located four levels below %% the directory that common_test puts the ct_run.* directories - %% in. That fact is not documented, but an usually reliable source + %% in. That fact is not documented, but a usually reliable source %% assured me that the directory structure is unlikely to change - %% in future versions of common_test because of backward + %% in future versions of common_test because of backwards %% compatibility (tools developed by users of common_test depend %% on the current directory layout). Base = lists:foldl(fun(_, D) -> |