aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorGustav Simonsson <[email protected]>2012-03-30 11:10:26 +0200
committerGustav Simonsson <[email protected]>2012-03-30 11:10:36 +0200
commit4df37ce3fc5064f2c2ad20b23f045fa4c62f0f48 (patch)
tree9fc03f993d88a175435605810e03e81d05cd7cbd /lib
parent2580055936a9f30e77552bfcb4d7941adb3caddd (diff)
parent1eca92e381a3cdc10f801808894dabb4026c366f (diff)
downloadotp-4df37ce3fc5064f2c2ad20b23f045fa4c62f0f48.tar.gz
otp-4df37ce3fc5064f2c2ad20b23f045fa4c62f0f48.tar.bz2
otp-4df37ce3fc5064f2c2ad20b23f045fa4c62f0f48.zip
Merge branch 'ta/docs-maint' into maint
* ta/docs-maint: Fix typos in ct getting_started_chapter.xml Fix typos in driver.xml and erl_driver.xml Fix typos in INSTALL-WIN32.md OTP-10037
Diffstat (limited to 'lib')
-rw-r--r--lib/common_test/doc/src/getting_started_chapter.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/common_test/doc/src/getting_started_chapter.xml b/lib/common_test/doc/src/getting_started_chapter.xml
index 05e21241cb..7919edd183 100644
--- a/lib/common_test/doc/src/getting_started_chapter.xml
+++ b/lib/common_test/doc/src/getting_started_chapter.xml
@@ -90,7 +90,7 @@
<p>As you can understand from the illustration above, Common Test requires
that a test case generates a runtime error to indicate failure (e.g.
by causing a bad match error or by calling <c>exit/1</c>, preferrably
- through the <c>ct:fail/1/2</c> help function). A succesful execution is
+ through the <c>ct:fail/1,2</c> help function). A succesful execution is
indicated by means of a normal return from the test case function.
</p>
</section>
@@ -198,7 +198,7 @@
<pre>
1> ct:run_test([{suite, "check_log_SUITE"}]).</pre>
<p>
- The result from running our test is printed in log files on HTML format
+ The result from running our test is printed in log files in HTML format
(stored in unique log directories on different level). This illustration
shows the log file structure:
</p>