summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2015-02-09 09:50:21 +0100
committerJakub Hrozek <jhrozek@redhat.com>2015-02-09 09:51:43 +0100
commit2f117cf62ff17aafbcce998fa8df9575f16d3dee (patch)
treecff1abb33d883e91cadde09e7b2aabd5cddab727
parent928a8aa268a3ffc5a7c9b8bab2e3ee20f4eff03e (diff)
downloadcmocka_website-2f117cf62ff17aafbcce998fa8df9575f16d3dee.tar.gz
cmocka_website-2f117cf62ff17aafbcce998fa8df9575f16d3dee.tar.xz
cmocka_website-2f117cf62ff17aafbcce998fa8df9575f16d3dee.zip
Minor webpage fixes and enhancements
Spellcheck fixes, mostly, but some rewording also.
-rw-r--r--index.html15
1 files changed, 8 insertions, 7 deletions
diff --git a/index.html b/index.html
index 0fd5515..a4c771c 100644
--- a/index.html
+++ b/index.html
@@ -77,7 +77,7 @@
<h2 class="icon check"></h2>
<h5 class="text normal">Only requires a C library</h5>
- <small>This makes it possible that it works on a lot of
+ <small>This makes it possible that cmocka works on many of
embedded platforms.</small>
</div>
@@ -86,7 +86,8 @@
<h5 class="text normal">Several supported output formats</h5>
<small>cmocka supports several different message output formats
- like STDOUT, Test Anything Protocol, Subunit and xUnit XML</small>
+ like Test Anything Protocol, Subunit, xUnit XML or the original
+ cmockery output format</small>
</div>
<div class="column_3">
<h2 class="icon play"></h2>
@@ -104,16 +105,16 @@
<small>Test fixtures are setup and teardown functions that can
be shared across multiple test cases to provide common
- functions to prepare the test environment and destroy
+ functions that prepare the test environment and destroy
it afterwards.</small>
</div>
<div class="column_3">
<h2 class="icon ok-circle"></h2>
- <h5 class="text normal">Exception handling for signals (SIGSEGV, SIGILL, ...)</h5>
+ <h5 class="text normal">Exception handling for signals (SIGSEGV, SIGKILL, ...)</h5>
<small>cmocka is able to recover the test state if there are
- execptions like a segfault.</small>
+ exceptions like a segfault.</small>
</div>
<div class="column_3">
@@ -138,8 +139,8 @@
<h2 class="icon medkit"></h2>
<h5 class="text normal">Testing of memory leaks, buffer overflows and underflows.</h5>
- <small>We offer function during test which are able to detect
- some sort of memory allocation issues without runnting
+ <small>We offer functions during test which are able to detect
+ some sort of memory allocation issues without running
tools like valgrind.</small>
</div>