aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc/src/driver.xml
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 /erts/doc/src/driver.xml
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 'erts/doc/src/driver.xml')
-rw-r--r--erts/doc/src/driver.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/doc/src/driver.xml b/erts/doc/src/driver.xml
index ac5729880d..52283879c7 100644
--- a/erts/doc/src/driver.xml
+++ b/erts/doc/src/driver.xml
@@ -31,7 +31,7 @@
<note><p>This document was written a long time ago. A lot of it is still
interesting since it explains important concepts, but it was
- written for an older driver interface so the examples does not
+ written for an older driver interface so the examples do not
work anymore. The reader is encouraged to read
<seealso marker="erl_driver">erl_driver</seealso> and the
<seealso marker="driver_entry">driver_entry</seealso> documentation.