diff options
author | Henrik Nord <[email protected]> | 2011-04-04 12:30:18 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2011-04-04 12:30:24 +0200 |
commit | 3fcefa8fd498a7bba83948dd83e39a1569df3a43 (patch) | |
tree | 540afcd02e8c5b4371fa85ed4c235202a01af167 /lib/webtool/doc/src/webtool_chapter.xml | |
parent | 8773ee1b029e3443bba5bedd12ba93ba59a6ea78 (diff) | |
parent | 6597f81ec28909d1b3670e1c701f1175394c3fc2 (diff) | |
download | otp-3fcefa8fd498a7bba83948dd83e39a1569df3a43.tar.gz otp-3fcefa8fd498a7bba83948dd83e39a1569df3a43.tar.bz2 otp-3fcefa8fd498a7bba83948dd83e39a1569df3a43.zip |
Merge branch 'bd/doc_fixes2' into dev
* bd/doc_fixes2:
Fix mistake in blowfish_ebc_en/decrypt docs
Compile fixes for earlier documentation fixes
Various small documentation fixes
OTP-9172
Diffstat (limited to 'lib/webtool/doc/src/webtool_chapter.xml')
-rw-r--r-- | lib/webtool/doc/src/webtool_chapter.xml | 4 |
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> |