Author: richter
Date: Sun Mar 16 13:18:00 2014
New Revision: 1578055

URL: http://svn.apache.org/r1578055
Log:
Fix spelling errors

Modified:
    perl/embperl/trunk/Embperl.pod
    perl/embperl/trunk/podsrc/Config.spod

Modified: perl/embperl/trunk/Embperl.pod
URL: 
http://svn.apache.org/viewvc/perl/embperl/trunk/Embperl.pod?rev=1578055&r1=1578054&r2=1578055&view=diff
==============================================================================
--- perl/embperl/trunk/Embperl.pod (original)
+++ perl/embperl/trunk/Embperl.pod Sun Mar 16 13:18:00 2014
@@ -1267,7 +1267,7 @@ without the need to reparse/recompile it
 
 Another nice thing about recipes is that they are not static. A recipe
 is defined by a recipe object. When a request comes in, Embperl calls
-the get_recipe method of teh application object, which by default
+the get_recipe method of the application object, which by default
 calls the get_recipe of the named recipe object, which should return a array
 that describes what Embperl has to do. The get_recipe methods can of course
 build the array dynamically, looking, for example, at the request parameters

Modified: perl/embperl/trunk/podsrc/Config.spod
URL: 
http://svn.apache.org/viewvc/perl/embperl/trunk/podsrc/Config.spod?rev=1578055&r1=1578054&r2=1578055&view=diff
==============================================================================
--- perl/embperl/trunk/podsrc/Config.spod (original)
+++ perl/embperl/trunk/podsrc/Config.spod Sun Mar 16 13:18:00 2014
@@ -32,7 +32,7 @@ static content out of dynamic pages and 
 
 If you have your own application and want to use Embperl's capbilities you can
 do so by calling Embperl::Execute. This allows you to build your own 
application
-logic and use Embperl possibilites for rendering content.
+logic and use Embperl possibilities for rendering content.
 
 =back
 
@@ -460,7 +460,7 @@ The following forms are all valid times:
 =head2 *CFG $application / Embperl_COOKIE_SECURE / cookie_secure / 2.0b9 / no 
/ at the end of the session / Session Handling
 
 Set the secure flag of cookie that Embperl uses for the session id. If set the
-cookie will only be transfered over a secured connection.
+cookie will only be transferred over a secured connection.
 
 =head2 *CFG $application / Embperl_LOG / log / / no / Unix: /tmp/embperl.log  
Windows: /embperl.log
 



---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-cvs-unsubscr...@perl.apache.org
For additional commands, e-mail: embperl-cvs-h...@perl.apache.org

Reply via email to