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 2013/11/10 15:59:44 UTC

svn commit: r1540481 - /subversion/trunk/subversion/bindings/javahl/native/jniwrapper/jni_string.hpp

Author: brane
Date: Sun Nov 10 14:59:44 2013
New Revision: 1540481

URL: http://svn.apache.org/r1540481
Log:
* subversion/bindings/javahl/native/jniwrapper/jni_string.hpp
  (Java::String::Contents): Fix typo in docstring.

Modified:
    subversion/trunk/subversion/bindings/javahl/native/jniwrapper/jni_string.hpp

Modified: subversion/trunk/subversion/bindings/javahl/native/jniwrapper/jni_string.hpp
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/javahl/native/jniwrapper/jni_string.hpp?rev=1540481&r1=1540480&r2=1540481&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/javahl/native/jniwrapper/jni_string.hpp (original)
+++ subversion/trunk/subversion/bindings/javahl/native/jniwrapper/jni_string.hpp Sun Nov 10 14:59:44 2013
@@ -93,9 +93,9 @@ public:
    * Accessor class for the contents of the string.
    *
    * Objects of this class should be created within the scope where
-   * the raw C string is required. They will an immutable modified
-   * UTF-8 representation of the string contents. The data will be
-   * released by the destructor.
+   * the raw C string is required. They will create an immutable
+   * modified UTF-8 representation of the string contents. The data
+   * will be released by the destructor.
    */
   class Contents
   {