You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by bl...@apache.org on 2011/07/12 20:32:44 UTC

svn commit: r1145708 - /subversion/trunk/subversion/include/svn_fs.h

Author: blair
Date: Tue Jul 12 18:32:43 2011
New Revision: 1145708

URL: http://svn.apache.org/viewvc?rev=1145708&view=rev
Log:
Spelling fix.

* subversion/include/svn_fs.h
  s/svn_fs_change_txp_prop/svn_fs_change_txn_prop/.

Modified:
    subversion/trunk/subversion/include/svn_fs.h

Modified: subversion/trunk/subversion/include/svn_fs.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_fs.h?rev=1145708&r1=1145707&r2=1145708&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_fs.h (original)
+++ subversion/trunk/subversion/include/svn_fs.h Tue Jul 12 18:32:43 2011
@@ -937,7 +937,7 @@ svn_fs_change_txn_prop(svn_fs_txn_t *txn
 
 /** Change, add, and/or delete transaction property values in
  * transaction @a txn.  @a props is an array of <tt>svn_prop_t</tt>
- * elements.  This is equivalent to calling svn_fs_change_txp_prop()
+ * elements.  This is equivalent to calling svn_fs_change_txn_prop()
  * multiple times with the @c name and @c value fields of each
  * successive <tt>svn_prop_t</tt>, but may be more efficient.
  * (Properties not mentioned are left alone.)  Do any necessary