comparison xml/en/docs/http/ngx_http_perl_module.xml @ 747:ddec437b692b

Fixed a number of typos.
author Vladimir Homutov <vl@nginx.com>
date Wed, 31 Oct 2012 09:18:29 +0000
parents 764fbac1b8b4
children f0e3d07c66d8
comparison
equal deleted inserted replaced
746:a02360a5c265 747:ddec437b692b
355 355
356 <tag-name> 356 <tag-name>
357 <literal>$r->internal_redirect(<value>uri</value>)</literal> 357 <literal>$r->internal_redirect(<value>uri</value>)</literal>
358 </tag-name> 358 </tag-name>
359 <tag-desc> 359 <tag-desc>
360 does an internal redirect to the speicified <value>uri</value>. 360 does an internal redirect to the specified <value>uri</value>.
361 An actual redirect happens after the Perl handler has completed. 361 An actual redirect happens after the Perl handler has completed.
362 </tag-desc> 362 </tag-desc>
363 363
364 <tag-name><literal>$r->print(<value>text</value>, ...)</literal></tag-name> 364 <tag-name><literal>$r->print(<value>text</value>, ...)</literal></tag-name>
365 <tag-desc> 365 <tag-desc>