summaryrefslogtreecommitdiff
path: root/test/conf_include_test.c
diff options
context:
space:
mode:
authorAntoine Cœur <coeur@gmx.fr>2019-07-01 02:02:06 +0800
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2019-07-01 10:09:22 +0200
commit68756b12f55cb23536d531695619ad4a567916ab (patch)
tree25900985a6f45d0f31b28d3cdb294f537a7581ab /test/conf_include_test.c
parent3f1679b26101561ae6974e450b0c8876ece152c6 (diff)
downloadopenssl-new-68756b12f55cb23536d531695619ad4a567916ab.tar.gz
Fix Typos
CLA: trivial Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/9275)
Diffstat (limited to 'test/conf_include_test.c')
-rw-r--r--test/conf_include_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/conf_include_test.c b/test/conf_include_test.c
index ba40aa1b2d..16459c46d7 100644
--- a/test/conf_include_test.c
+++ b/test/conf_include_test.c
@@ -141,7 +141,7 @@ static int test_check_null_numbers(void)
}
/*
- * Verify that a NULL config with a missing envrionment variable returns
+ * Verify that a NULL config with a missing environment variable returns
* a failure code.
*/
if (!TEST_int_eq(unsetenv("FNORD"), 0)