You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2013/02/14 02:49:16 UTC

svn commit: r1446029 - in /httpd/httpd/trunk/docs/manual: expr.html.en expr.xml.fr

Author: rbowen
Date: Thu Feb 14 01:49:16 2013
New Revision: 1446029

URL: http://svn.apache.org/r1446029
Log:
typo

Modified:
    httpd/httpd/trunk/docs/manual/expr.html.en
    httpd/httpd/trunk/docs/manual/expr.xml.fr

Modified: httpd/httpd/trunk/docs/manual/expr.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/expr.html.en?rev=1446029&r1=1446028&r2=1446029&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/expr.html.en (original)
+++ httpd/httpd/trunk/docs/manual/expr.html.en Thu Feb 14 01:49:16 2013
@@ -54,9 +54,9 @@
       <p><a href="http://en.wikipedia.org/wiki/Backus%E2%80%93Naur_Form">Backus-Naur Form</a> (BNF) is a notation
       technique for context-free grammars, often used to describe the syntax of languages used in computing.
       In most cases, expressions are used to express boolean values.
-      For these, the starting boint in the BNF is <code>expr</code>. However, a few directives
+      For these, the starting point in the BNF is <code>expr</code>. However, a few directives
       like <code class="directive"><a href="./mod/mod_log_debug.html#logmessage">LogMessage</a></code> accept expressions
-      that evaluate to a string value. For those, the starting boint in the BNF is <code>string</code>.
+      that evaluate to a string value. For those, the starting point in the BNF is <code>string</code>.
       </p>
 <blockquote>
 <pre>

Modified: httpd/httpd/trunk/docs/manual/expr.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/expr.xml.fr?rev=1446029&r1=1446028&r2=1446029&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/expr.xml.fr (original)
+++ httpd/httpd/trunk/docs/manual/expr.xml.fr Thu Feb 14 01:49:16 2013
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.fr.xsl"?>
-<!-- English Revision: 1440055:1446015 (outdated) -->
+<!-- English Revision: 1440055:1446027 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->