[PHP-DOC] cvs: phpdoc /en/functions session.xml From: Martin Samesch (martin.samesch <email protected>)
Date: 08/06/01

samesch Mon Aug 6 09:05:37 2001 EDT

  Modified files:
    /phpdoc/en/functions session.xml
  Log:
  typo...
  
Index: phpdoc/en/functions/session.xml
diff -u phpdoc/en/functions/session.xml:1.49 phpdoc/en/functions/session.xml:1.50
--- phpdoc/en/functions/session.xml:1.49 Mon Aug 6 06:02:02 2001
+++ phpdoc/en/functions/session.xml Mon Aug 6 09:05:37 2001
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.49 $ -->
+<!-- $Revision: 1.50 $ -->
  <reference id="ref.session">
   <title>Session handling functions</title>
   <titleabbrev>Sessions</titleabbrev>
@@ -993,7 +993,7 @@
      script may operate on a session at any time. When using framesets
      together with sessions you will experience the frames loading one
      by one due to this locking. You can reduce the time needed to
- laod all the frames by ending the session as soon as all changes
+ load all the frames by ending the session as soon as all changes
      to session variables are done.
     </para>
 <!-- commented out until final decision on implementation