diff options
author | Tuncer Ayaz <[email protected]> | 2011-08-31 15:41:10 +0200 |
---|---|---|
committer | Tuncer Ayaz <[email protected]> | 2011-09-15 00:12:10 +0200 |
commit | 2f696e43d2d3fbcc60d92311d1175dc869c34688 (patch) | |
tree | 771f86050755ba78c056ff5616975681e26ef759 /lib/stdlib/src | |
parent | 65c9f41425a1c5e09338de08ed41cd1704f8a920 (diff) | |
download | otp-2f696e43d2d3fbcc60d92311d1175dc869c34688.tar.gz otp-2f696e43d2d3fbcc60d92311d1175dc869c34688.tar.bz2 otp-2f696e43d2d3fbcc60d92311d1175dc869c34688.zip |
Fix misspelling of compatibility
Diffstat (limited to 'lib/stdlib/src')
-rw-r--r-- | lib/stdlib/src/dets_v8.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/src/dets_v8.erl b/lib/stdlib/src/dets_v8.erl index af36958c1c..299b037c28 100644 --- a/lib/stdlib/src/dets_v8.erl +++ b/lib/stdlib/src/dets_v8.erl @@ -163,7 +163,7 @@ %% The 8(c) version uses a different hashing algorithm, erlang:phash %% (former versions use erlang:hash). %% Version 8(b) files are only converted to version 8(c) if repair is -%% done, so we need compatability with 8(b) for a _long_ time. +%% done, so we need compatibility with 8(b) for a _long_ time. %% %% There are known bugs due to the fact that keys and objects are %% sometimes compared (==) and sometimes matched (=:=). The version |