You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2019/01/08 15:05:24 UTC

svn commit: r1850758 - /subversion/trunk/subversion/bindings/cxx/src/aprwrap/pool.hpp

Author: brane
Date: Tue Jan  8 15:05:24 2019
New Revision: 1850758

URL: http://svn.apache.org/viewvc?rev=1850758&view=rev
Log:
* subversion/bindings/cxx/src/aprwrap/pool.hpp
  (apr::pool::get): Fix typo in comment. No functional change.

Modified:
    subversion/trunk/subversion/bindings/cxx/src/aprwrap/pool.hpp

Modified: subversion/trunk/subversion/bindings/cxx/src/aprwrap/pool.hpp
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/cxx/src/aprwrap/pool.hpp?rev=1850758&r1=1850757&r2=1850758&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/cxx/src/aprwrap/pool.hpp (original)
+++ subversion/trunk/subversion/bindings/cxx/src/aprwrap/pool.hpp Tue Jan  8 15:05:24 2019
@@ -88,7 +88,7 @@ public:
     {}
 
   /**
-   * Retuurn a pool pointer that can be used by the C APIs.
+   * Return a pool pointer that can be used by the C APIs.
    */
   apr_pool_t* get() const noexcept
     {