aboutsummaryrefslogtreecommitdiffstats
path: root/lib/webtool/doc
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2011-04-08 11:28:47 +0200
committerMicael Karlberg <[email protected]>2011-04-08 11:28:47 +0200
commitc7022587ac4974dc13403e8493a9885e32f44e7b (patch)
tree4fc2191d1bcffad7d1b1fc9072f31cc36df77cc0 /lib/webtool/doc
parent2b46b0e42fe95d99619ffa343537c8468e27295c (diff)
parent5ad09d2928fd4584ce6dc50f44825b3f6d7ef66a (diff)
downloadotp-c7022587ac4974dc13403e8493a9885e32f44e7b.tar.gz
otp-c7022587ac4974dc13403e8493a9885e32f44e7b.tar.bz2
otp-c7022587ac4974dc13403e8493a9885e32f44e7b.zip
Merge branch 'dev' into bmk/snmp/snmp420_integration
Diffstat (limited to 'lib/webtool/doc')
-rw-r--r--lib/webtool/doc/src/webtool_chapter.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/webtool/doc/src/webtool_chapter.xml b/lib/webtool/doc/src/webtool_chapter.xml
index f72a255b0a..305fbcb8ee 100644
--- a/lib/webtool/doc/src/webtool_chapter.xml
+++ b/lib/webtool/doc/src/webtool_chapter.xml
@@ -151,7 +151,7 @@
http://Servername:Port/ErlScriptAlias/Mod/Func<?QueryString> ]]></code>
<p>An <c>alias</c> parameter in the configuration function can be
an ErlScriptAlias as used in the above URL. The definition of
- an ErlScripAlias shall be like this:</p>
+ an ErlScriptAlias shall be like this:</p>
<p><c>{alias,{erl_alias,Path,[Modules]}}</c>, e.g.</p>
<p><c>{alias,{erl_alias,"/testtool",[helloworld]}}</c></p>
<p>The following URL will then cause a call to the function
@@ -184,7 +184,7 @@ http://Servername:Port/ErlScriptAlias/Mod/Func<?QueryString> ]]></code>
directory <c>/usr/local/otp/lib/myapp-1.0/priv</c>:</p>
<p><c>{alias,{"/mytool_home","/usr/local/otp/lib/myapp-1.0/priv"}}</c></p>
<p>See the INETS documentation, especially the module
- <c>mod_esi</c>, for a more in depht coverage of Erl Scheme.</p>
+ <c>mod_esi</c>, for a more in depth coverage of the Erl Scheme.</p>
</section>
<section>