aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools/doc
diff options
context:
space:
mode:
authorCristian Greco <[email protected]>2010-09-03 22:34:26 +0200
committerBjörn Gustavsson <[email protected]>2010-09-06 11:27:27 +0200
commit731b8398e57f55459d4616b12775a3738517e2e5 (patch)
treedc0b8e3e860fea9bec09aaaf94628e9f0b97acc2 /lib/tools/doc
parent8f67f51105560f1c0e721117100cf20d0c6061c0 (diff)
downloadotp-731b8398e57f55459d4616b12775a3738517e2e5.tar.gz
otp-731b8398e57f55459d4616b12775a3738517e2e5.tar.bz2
otp-731b8398e57f55459d4616b12775a3738517e2e5.zip
Fix minor typos in the documentation
Diffstat (limited to 'lib/tools/doc')
-rw-r--r--lib/tools/doc/src/erlang_mode.xml2
-rw-r--r--lib/tools/doc/src/erlang_mode_chapter.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/tools/doc/src/erlang_mode.xml b/lib/tools/doc/src/erlang_mode.xml
index 912c442153..c21afc1f9b 100644
--- a/lib/tools/doc/src/erlang_mode.xml
+++ b/lib/tools/doc/src/erlang_mode.xml
@@ -173,7 +173,7 @@
sum(L) -> sum(L, 0).
sum([H|T], Sum) -> sum(T, Sum + H);
- sum([], Sum) -> Sum."</code>
+ sum([], Sum) -> Sum.</code>
</item>
</list>
</section>
diff --git a/lib/tools/doc/src/erlang_mode_chapter.xml b/lib/tools/doc/src/erlang_mode_chapter.xml
index b22c6b1809..8aabd6ae74 100644
--- a/lib/tools/doc/src/erlang_mode_chapter.xml
+++ b/lib/tools/doc/src/erlang_mode_chapter.xml
@@ -45,7 +45,7 @@
<section>
<title>Elisp</title>
- <p>There are two Elsip modules include in this tool package
+ <p>There are two Elisp modules included in this tool package
for Emacs. There is erlang.el that defines the actual erlang mode
and there is erlang-start.el that makes some nice initializations.</p>
</section>