You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@apache.org on 2008/04/07 08:01:55 UTC

svn commit: r645388 - in /httpd/httpd/trunk/docs/manual/mod: mod_session_crypto.html.en mod_session_crypto.xml

Author: martin
Date: Sun Apr  6 23:01:54 2008
New Revision: 645388

URL: http://svn.apache.org/viewvc?rev=645388&view=rev
Log:
Typo

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_session_crypto.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_session_crypto.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_session_crypto.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_session_crypto.html.en?rev=645388&r1=645387&r2=645388&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_session_crypto.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_session_crypto.html.en Sun Apr  6 23:01:54 2008
@@ -39,7 +39,7 @@
 
     <p>This submodule of <code class="module"><a href="../mod/mod_session.html">mod_session</a></code> provides support for the
     encryption of user sessions before being written to a local database, or
-    written to a remove browser via an HTTP cookie.</p>
+    written to a remote browser via an HTTP cookie.</p>
     
     <p>This can help provide privacy to user sessions where the contents of
     the session should be kept private from the user, or where protection is
@@ -218,4 +218,4 @@
 </div><div id="footer">
 <p class="apache">Copyright 2008 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
-</body></html>
\ No newline at end of file
+</body></html>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_session_crypto.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_session_crypto.xml?rev=645388&r1=645387&r2=645388&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_session_crypto.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_session_crypto.xml Sun Apr  6 23:01:54 2008
@@ -39,7 +39,7 @@
 
     <p>This submodule of <module>mod_session</module> provides support for the
     encryption of user sessions before being written to a local database, or
-    written to a remove browser via an HTTP cookie.</p>
+    written to a remote browser via an HTTP cookie.</p>
     
     <p>This can help provide privacy to user sessions where the contents of
     the session should be kept private from the user, or where protection is