You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2011/12/10 11:35:39 UTC

svn commit: r1212761 - /subversion/site/publish/faq.html

Author: danielsh
Date: Sat Dec 10 10:35:39 2011
New Revision: 1212761

URL: http://svn.apache.org/viewvc?rev=1212761&view=rev
Log:
* faq.html: Typo fix

Modified:
    subversion/site/publish/faq.html

Modified: subversion/site/publish/faq.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/faq.html?rev=1212761&r1=1212760&r2=1212761&view=diff
==============================================================================
--- subversion/site/publish/faq.html (original)
+++ subversion/site/publish/faq.html Sat Dec 10 10:35:39 2011
@@ -4373,7 +4373,7 @@ design, pronounces "Subversion" <a href=
 </h3>
 
 <p>Throughout Subversion's source code there are many references to
-'baton' objects.  These are just <tt>void *</tt> datastructures that
+'baton' objects.  These are just <tt>void *</tt> data structures that
 provide context to a function.  In other APIs, they're often called
 <tt>void *ctx</tt> or <tt>void *userdata</tt>  Subversion
 developers call the structures "batons" because they're passed around