This is an automated email from the ASF dual-hosted git repository.

ronny pushed a commit to branch update-snappy
in repository https://gitbox.apache.org/repos/asf/couchdb-snappy.git

commit a066f7a52581a83d49f48c440b054713ca717fd2
Author: Dave Cottlehuber <[email protected]>
AuthorDate: Wed Nov 7 16:03:55 2018 +0000

    segFault dammit
---
 test/snappy_tests.erl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/snappy_tests.erl b/test/snappy_tests.erl
index f8b8550..37a0fc7 100644
--- a/test/snappy_tests.erl
+++ b/test/snappy_tests.erl
@@ -72,14 +72,14 @@ decompression() ->
     ?assertEqual({ok, BigData}, snappy:decompress(Compressed3)),
     ok.
 
-check_double_decompress_doesnt_cause_segault_test() ->
+check_double_decompress_doesnt_cause_segfault_test() ->
     % Try to decompress an empty binary
     ?assertMatch({ok,<<>>}, snappy:decompress(<<>>)),
     % And once more...
     ?assertMatch({ok,<<>>}, snappy:decompress(<<>>)),
     ok.
 
-check_double_compress_doesnt_cause_segault_test() ->
+check_double_compress_doesnt_cause_segfault_test() ->
     % Try to compress an empty binary
     ?assertMatch({ok,<<>>},snappy:compress(<<>>)),
     % And once more...

Reply via email to