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

jking pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git


The following commit(s) were added to refs/heads/master by this push:
     new 99ae730  Fix environment spelling
99ae730 is described below

commit 99ae730c5dac4c7a16e1d706ee56ca3e132fce29
Author: Kevin Wojniak <[email protected]>
AuthorDate: Fri Jun 21 23:05:40 2019 -0700

    Fix environment spelling
---
 test/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/README.md b/test/README.md
index 0682f5d..19cc2a1 100755
--- a/test/README.md
+++ b/test/README.md
@@ -166,7 +166,7 @@ failing tests:
       #define TEST_STRUCTS       2  // 0000 0010
       #define TEST_CONTAINERS    4  // 0000 0100
       #define TEST_EXCEPTIONS    8  // 0000 1000
-      #define TEST_UNKNOWN      64  // 0100 0000 (Failed to prepare environemt 
etc.)
+      #define TEST_UNKNOWN      64  // 0100 0000 (Failed to prepare 
environment etc.)
       #define TEST_TIMEOUT     128  // 1000 0000
       #define TEST_NOTUSED      48  // 0011 0000 (reserved bits)
 

Reply via email to