You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ja...@apache.org on 2020/03/31 01:49:26 UTC

svn commit: r1875904 - in /subversion/trunk/subversion/bindings: cxx/ cxx/include/svnxx/ cxx/src/aprwrap/ javahl/ javahl/native/ javahl/src/org/apache/subversion/javahl/ javahl/src/org/apache/subversion/javahl/callback/ javahl/src/org/apache/subversion...

Author: jamessan
Date: Tue Mar 31 01:49:25 2020
New Revision: 1875904

URL: http://svn.apache.org/viewvc?rev=1875904&view=rev
Log:
Fix various typos detected by codespell

[in subversion/bindings]
* cxx/README, cxx/include/svnxx/tristate.hpp, cxx/src/aprwrap/array.hpp,
  javahl/README, javahl/native/JNIStackElement.cpp, javahl/native/JNIUtil.h,
  javahl/native/NativeStream.hpp, javahl/native/OperationContext.cpp,
  javahl/native/org_apache_subversion_javahl_util_PropLib.cpp,
  javahl/src/org/apache/subversion/javahl/ClientNotifyInformation.java,
  javahl/src/org/apache/subversion/javahl/ISVNClient.java,
  javahl/src/org/apache/subversion/javahl/ISVNRemote.java,
  javahl/src/org/apache/subversion/javahl/ISVNRepos.java,
  javahl/src/org/apache/subversion/javahl/NativeResources.java,
  javahl/src/org/apache/subversion/javahl/SVNClient.java,
  javahl/src/org/apache/subversion/javahl/SVNRepos.java,
  javahl/src/org/apache/subversion/javahl/SVNUtil.java,
  javahl/src/org/apache/subversion/javahl/callback/TunnelAgent.java,
  javahl/src/org/apache/subversion/javahl/callback/UserPasswordCallback.java,
  javahl/src/org/apache/subversion/javahl/types/Property.java,
  javahl/src/org/apache/subversion/javahl/types/Revision.java,
  javahl/src/org/apache/subversion/javahl/types/Status.java,
  javahl/src/org/apache/subversion/javahl/types/VersionExtended.java,
  javahl/src/org/tigris/subversion/javahl/Notify.java,
  javahl/src/org/tigris/subversion/javahl/PromptUserPassword2.java,
  javahl/src/org/tigris/subversion/javahl/PropertyData.java,
  javahl/src/org/tigris/subversion/javahl/Revision.java,
  javahl/src/org/tigris/subversion/javahl/SVNAdmin.java,
  javahl/src/org/tigris/subversion/javahl/SVNClient.java,
  javahl/src/org/tigris/subversion/javahl/SVNClientInterface.java,
  javahl/src/org/tigris/subversion/javahl/Status.java,
  javahl/src/org/tigris/subversion/javahl/StatusKind.java,
  swig/include/proxy.py, swig/perl/libsvn_swig_perl/swigutil_pl.c,
  swig/perl/native/Client.pm, swig/perl/native/Core.pm,
  swig/python/tests/client.py, swig/python/tests/ra.py,
  swig/python/tests/typemap.py:
  (): Spelling fixes


Modified:
    subversion/trunk/subversion/bindings/cxx/README
    subversion/trunk/subversion/bindings/cxx/include/svnxx/tristate.hpp
    subversion/trunk/subversion/bindings/cxx/src/aprwrap/array.hpp
    subversion/trunk/subversion/bindings/javahl/README
    subversion/trunk/subversion/bindings/javahl/native/JNIStackElement.cpp
    subversion/trunk/subversion/bindings/javahl/native/JNIUtil.h
    subversion/trunk/subversion/bindings/javahl/native/NativeStream.hpp
    subversion/trunk/subversion/bindings/javahl/native/OperationContext.cpp
    subversion/trunk/subversion/bindings/javahl/native/org_apache_subversion_javahl_util_PropLib.cpp
    subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ClientNotifyInformation.java
    subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ISVNClient.java
    subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ISVNRemote.java
    subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ISVNRepos.java
    subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/NativeResources.java
    subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/SVNClient.java
    subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/SVNRepos.java
    subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/SVNUtil.java
    subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/callback/TunnelAgent.java
    subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/callback/UserPasswordCallback.java
    subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/types/Property.java
    subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/types/Revision.java
    subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/types/Status.java
    subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/types/VersionExtended.java
    subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/Notify.java
    subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/PromptUserPassword2.java
    subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/PropertyData.java
    subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/Revision.java
    subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/SVNAdmin.java
    subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/SVNClient.java
    subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/SVNClientInterface.java
    subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/Status.java
    subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/StatusKind.java
    subversion/trunk/subversion/bindings/swig/include/proxy.py
    subversion/trunk/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c
    subversion/trunk/subversion/bindings/swig/perl/native/Client.pm
    subversion/trunk/subversion/bindings/swig/perl/native/Core.pm
    subversion/trunk/subversion/bindings/swig/python/tests/client.py
    subversion/trunk/subversion/bindings/swig/python/tests/ra.py
    subversion/trunk/subversion/bindings/swig/python/tests/typemap.py

Modified: subversion/trunk/subversion/bindings/cxx/README
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/cxx/README?rev=1875904&r1=1875903&r2=1875904&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/cxx/README (original)
+++ subversion/trunk/subversion/bindings/cxx/README Tue Mar 31 01:49:25 2020
@@ -8,7 +8,7 @@ It is far from complete and may never se
 
 On the other hand, one good reason for having a high-level C++ API is
 to use it as a baseline for Swig-generated bindings. Our current set
-of Perl, Python and Ruby bindings is too heterogenous in terms of
+of Perl, Python and Ruby bindings is too heterogeneous in terms of
 feature set, object and usage model. They're almost as hard to use as
 the C API itself.
 

Modified: subversion/trunk/subversion/bindings/cxx/include/svnxx/tristate.hpp
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/cxx/include/svnxx/tristate.hpp?rev=1875904&r1=1875903&r2=1875904&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/cxx/include/svnxx/tristate.hpp (original)
+++ subversion/trunk/subversion/bindings/cxx/include/svnxx/tristate.hpp Tue Mar 31 01:49:25 2020
@@ -74,7 +74,7 @@ class tristate
   };
   using safe_bool = void (impl::*)();
 
-  // The default constructor creates the unkonwn state.
+  // The default constructor creates the unknown state.
   constexpr tristate() noexcept
     : value(unknown_value)
     {}
@@ -148,7 +148,7 @@ public:
   /**
    * @brief Conversion from <tt>boost::tribool</tt>.
    * @returns a @c tribool value equivalent to the @a t.
-   * @note Avalible only if @c SVNXX_USE_BOOST is defined.
+   * @note Available only if @c SVNXX_USE_BOOST is defined.
    */
   constexpr tristate(boost::tribool t) noexcept
     : value(boost::indeterminate(t) ? unknown_value
@@ -159,7 +159,7 @@ public:
    * @brief Conversion to <tt>boost::tribool</tt>.
    * @returns a <tt>boost::tribool</tt> value equivalent to the @c
    * tristate value.
-   * @note Avalible only if @c SVNXX_USE_BOOST is defined.
+   * @note Available only if @c SVNXX_USE_BOOST is defined.
    */
   constexpr operator boost::tribool() const noexcept
     {
@@ -241,7 +241,7 @@ constexpr inline tristate operator&&(boo
 /**
  * @related tristate
  * @overload
- * @note Avalible only if @c SVNXX_USE_BOOST is defined.
+ * @note Available only if @c SVNXX_USE_BOOST is defined.
  */
 constexpr inline tristate operator&&(tristate t, boost::tribool b) noexcept
 {
@@ -251,7 +251,7 @@ constexpr inline tristate operator&&(tri
 /**
  * @related tristate
  * @overload
- * @note Avalible only if @c SVNXX_USE_BOOST is defined.
+ * @note Available only if @c SVNXX_USE_BOOST is defined.
  */
 constexpr inline tristate operator&&(boost::tribool b, tristate t) noexcept
 {
@@ -320,7 +320,7 @@ constexpr inline tristate operator||(boo
 /**
  * @related tristate
  * @overload
- * @note Avalible only if @c SVNXX_USE_BOOST is defined.
+ * @note Available only if @c SVNXX_USE_BOOST is defined.
  */
 constexpr inline tristate operator||(tristate t, boost::tribool b) noexcept
 {
@@ -330,7 +330,7 @@ constexpr inline tristate operator||(tri
 /**
  * @related tristate
  * @overload
- * @note Avalible only if @c SVNXX_USE_BOOST is defined.
+ * @note Available only if @c SVNXX_USE_BOOST is defined.
  */
 constexpr inline tristate operator||(boost::tribool b, tristate t) noexcept
 {
@@ -398,7 +398,7 @@ constexpr inline tristate operator==(boo
 /**
  * @related tristate
  * @overload
- * @note Avalible only if @c SVNXX_USE_BOOST is defined.
+ * @note Available only if @c SVNXX_USE_BOOST is defined.
  */
 constexpr inline tristate operator==(tristate t, boost::tribool b) noexcept
 {
@@ -408,7 +408,7 @@ constexpr inline tristate operator==(tri
 /**
  * @related tristate
  * @overload
- * @note Avalible only if @c SVNXX_USE_BOOST is defined.
+ * @note Available only if @c SVNXX_USE_BOOST is defined.
  */
 constexpr inline tristate operator==(boost::tribool b, tristate t) noexcept
 {
@@ -476,7 +476,7 @@ constexpr inline tristate operator!=(boo
 /**
  * @related tristate
  * @overload
- * @note Avalible only if @c SVNXX_USE_BOOST is defined.
+ * @note Available only if @c SVNXX_USE_BOOST is defined.
  */
 constexpr inline tristate operator!=(tristate t, boost::tribool b) noexcept
 {
@@ -486,7 +486,7 @@ constexpr inline tristate operator!=(tri
 /**
  * @related tristate
  * @overload
- * @note Avalible only if @c SVNXX_USE_BOOST is defined.
+ * @note Available only if @c SVNXX_USE_BOOST is defined.
  */
 constexpr inline tristate operator!=(boost::tribool b, tristate t) noexcept
 {

Modified: subversion/trunk/subversion/bindings/cxx/src/aprwrap/array.hpp
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/cxx/src/aprwrap/array.hpp?rev=1875904&r1=1875903&r2=1875904&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/cxx/src/aprwrap/array.hpp (original)
+++ subversion/trunk/subversion/bindings/cxx/src/aprwrap/array.hpp Tue Mar 31 01:49:25 2020
@@ -102,7 +102,7 @@ public:
 
   /**
    * @return An immutable reference to the array element at @a index.
-   * Like operator[] but perfoms a range check on the index.
+   * Like operator[] but performs a range check on the index.
    */
   const value_type& at(size_type index) const
     {
@@ -121,7 +121,7 @@ public:
 
   /**
    * @return A mutable reference to the array element at @a index.
-   * Like operator[] but perfoms a range check on the index.
+   * Like operator[] but performs a range check on the index.
    */
   value_type& at(size_type index)
     {
@@ -149,7 +149,7 @@ public:
     }
 
   /**
-   * @brief Return an interator to the beginning of the array.
+   * @brief Return an iterator to the beginning of the array.
    */
   iterator begin() noexcept
     {
@@ -157,7 +157,7 @@ public:
     }
 
   /**
-   * @brief Return a constant interator to the beginning of the array.
+   * @brief Return a constant iterator to the beginning of the array.
    */
   const_iterator begin() const noexcept
     {
@@ -165,7 +165,7 @@ public:
     }
 
   /**
-   * @brief Return a constant interator to the beginning of the array.
+   * @brief Return a constant iterator to the beginning of the array.
    */
   const_iterator cbegin() const noexcept
     {
@@ -173,7 +173,7 @@ public:
     }
 
   /**
-   * @brief Return an interator to the end of the array.
+   * @brief Return an iterator to the end of the array.
    */
   iterator end() noexcept
     {
@@ -181,7 +181,7 @@ public:
     }
 
   /**
-   * @brief Return a constant interator to the end of the array.
+   * @brief Return a constant iterator to the end of the array.
    */
   const_iterator end() const noexcept
     {
@@ -189,7 +189,7 @@ public:
     }
 
   /**
-   * @brief Return a constant interator to the end of the array.
+   * @brief Return a constant iterator to the end of the array.
    */
   const_iterator cend() const noexcept
     {
@@ -197,7 +197,7 @@ public:
     }
 
 private:
-  apr_array_header_t* const proxied; ///< The wrapperd APR array.
+  apr_array_header_t* const proxied; ///< The wrapped APR array.
 };
 
 } // namespace apr

Modified: subversion/trunk/subversion/bindings/javahl/README
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/javahl/README?rev=1875904&r1=1875903&r2=1875904&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/javahl/README (original)
+++ subversion/trunk/subversion/bindings/javahl/README Tue Mar 31 01:49:25 2020
@@ -78,7 +78,7 @@ itself.  The official Subversion C libra
 implementation of a Subversion client's logic, and are the most robust
 client implementation available.  Using JNI allows the effort that has
 gone into the existing libraries to be leveraged from Java, and allows
-developer time to me more efficently spent on further development of the
+developer time to me more efficiently spent on further development of the
 underlying libraries shared by many implementations.
 
 The SVNKit <http://svnkit.com/> client library (formerly known as

Modified: subversion/trunk/subversion/bindings/javahl/native/JNIStackElement.cpp
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/javahl/native/JNIStackElement.cpp?rev=1875904&r1=1875903&r2=1875904&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/javahl/native/JNIStackElement.cpp (original)
+++ subversion/trunk/subversion/bindings/javahl/native/JNIStackElement.cpp Tue Mar 31 01:49:25 2020
@@ -66,7 +66,7 @@ JNIStackElement::JNIStackElement(JNIEnv
       else
         {
           // This will call java.lang.Object.toString, even when it is
-          // overriden.
+          // overridden.
           jobject oStr = env->CallNonvirtualObjectMethod(jthis, jlo, mid);
           if (JNIUtil::isJavaExceptionThrown())
             return;

Modified: subversion/trunk/subversion/bindings/javahl/native/JNIUtil.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/javahl/native/JNIUtil.h?rev=1875904&r1=1875903&r2=1875904&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/javahl/native/JNIUtil.h (original)
+++ subversion/trunk/subversion/bindings/javahl/native/JNIUtil.h Tue Mar 31 01:49:25 2020
@@ -248,7 +248,7 @@ class JNIUtil
  * A statement macro used for checking for errors, in the style of
  * SVN_ERR().
  *
- * Evalute @a expr.  If it yields an error, handle the JNI error, and
+ * Evaluate @a expr.  If it yields an error, handle the JNI error, and
  * return @a ret_val.  Otherwise, continue.
  *
  * Note that if the enclosing function returns <tt>void</tt>, @a ret_val may

Modified: subversion/trunk/subversion/bindings/javahl/native/NativeStream.hpp
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/javahl/native/NativeStream.hpp?rev=1875904&r1=1875903&r2=1875904&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/javahl/native/NativeStream.hpp (original)
+++ subversion/trunk/subversion/bindings/javahl/native/NativeStream.hpp Tue Mar 31 01:49:25 2020
@@ -43,7 +43,7 @@ class NativeInputStream : public ::SVNBa
 {
 public:
   /**
-   * Construcs the native instance that will be wrapped in a Java obejct.
+   * Constructs the native instance that will be wrapped in a Java object.
    * If @a stream is @c NULL, you must call #set_stream before creating
    * the Java wrapper.
    */
@@ -141,7 +141,7 @@ class NativeOutputStream : public ::SVNB
 {
 public:
   /**
-   * Construcs the native instance that will be wrapped in a Java obejct.
+   * Constructs the native instance that will be wrapped in a Java object.
    * If @a stream is @c NULL, you must call #set_stream before creating
    * the Java wrapper.
    */

Modified: subversion/trunk/subversion/bindings/javahl/native/OperationContext.cpp
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/javahl/native/OperationContext.cpp?rev=1875904&r1=1875903&r2=1875904&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/javahl/native/OperationContext.cpp (original)
+++ subversion/trunk/subversion/bindings/javahl/native/OperationContext.cpp Tue Mar 31 01:49:25 2020
@@ -189,7 +189,7 @@ OperationContext::getAuthBaton(SVN::Pool
     }
   else
     {
-      // Not using hte native credentials store, start with an empty
+      // Not using the native credentials store, start with an empty
       // providers array.
       providers = apr_array_make(pool, 0, sizeof(svn_auth_provider_object_t *));
     }

Modified: subversion/trunk/subversion/bindings/javahl/native/org_apache_subversion_javahl_util_PropLib.cpp
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/javahl/native/org_apache_subversion_javahl_util_PropLib.cpp?rev=1875904&r1=1875903&r2=1875904&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/javahl/native/org_apache_subversion_javahl_util_PropLib.cpp (original)
+++ subversion/trunk/subversion/bindings/javahl/native/org_apache_subversion_javahl_util_PropLib.cpp Tue Mar 31 01:49:25 2020
@@ -210,7 +210,7 @@ private:
   const bool m_old_format;
   SVN::Pool& m_iterpool;
 };
-} // anoymous namespace
+} // anonymous namespace
 
 
 JNIEXPORT jbyteArray JNICALL

Modified: subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ClientNotifyInformation.java
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ClientNotifyInformation.java?rev=1875904&r1=1875903&r2=1875904&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ClientNotifyInformation.java (original)
+++ subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ClientNotifyInformation.java Tue Mar 31 01:49:25 2020
@@ -199,7 +199,7 @@ public class ClientNotifyInformation ext
     }
 
     /**
-     * @deprecated Constructor compatible with teh 1.8 API; uses
+     * @deprecated Constructor compatible with the 1.8 API; uses
      * <code>null</code> URL and errMsgStack values.
      */
     @Deprecated

Modified: subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ISVNClient.java
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ISVNClient.java?rev=1875904&r1=1875903&r2=1875904&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ISVNClient.java (original)
+++ subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ISVNClient.java Tue Mar 31 01:49:25 2020
@@ -33,7 +33,7 @@ import java.util.Set;
 import java.util.Map;
 
 /**
- * This interface is the commom interface for all subversion
+ * This interface is the common interface for all subversion
  * operations. It is implemented by SVNClient
  *
  * @since 1.7
@@ -89,7 +89,7 @@ public interface ISVNClient
      *                    has effect when <code>onServer</code> is
      *                    <code>true</code>.
      * @param getAll      get status for uninteresting (unchanged) files.
-     * @param noIgnore    get status for normaly ignored files and directories.
+     * @param noIgnore    get status for normally ignored files and directories.
      * @param ignoreExternals if externals are ignored during status
      * @param depthAsSticky When set, interpret <code>depth</code> as
      *                      the ambient depth of the working copy.
@@ -633,7 +633,7 @@ public interface ISVNClient
      * @param noIgnore  whether to add files matched by ignore patterns
      * @param noAutoProps if true, ignore any auto-props configuration
      * @param ignoreUnknownNodeTypes whether to ignore files which
-     *                  the node type is not konwn, just as pipes
+     *                  the node type is not known, just as pipes
      * @param revpropTable A string-to-string mapping of revision properties
      *                     to values which will be set if this operation
      *                     results in a commit.
@@ -664,7 +664,7 @@ public interface ISVNClient
      * @param depth     depth to traverse into subdirectories
      * @param noIgnore  whether to add files matched by ignore patterns
      * @param ignoreUnknownNodeTypes whether to ignore files which
-     *                  the node type is not konwn, just as pipes
+     *                  the node type is not known, just as pipes
      * @param revpropTable A string-to-string mapping of revision properties
      *                     to values which will be set if this operation
      *                     results in a commit.

Modified: subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ISVNRemote.java
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ISVNRemote.java?rev=1875904&r1=1875903&r2=1875904&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ISVNRemote.java (original)
+++ subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ISVNRemote.java Tue Mar 31 01:49:25 2020
@@ -121,7 +121,7 @@ public interface ISVNRemote
      *<p>
      * <b>Note:</b> If the server has Capability.atomic_revprops and
      * <code>oldValue</code> is not <code>null</code>, and the present
-     * value of the propery is not <code>oldValue</code> (e.g., if
+     * value of the property is not <code>oldValue</code> (e.g., if
      * another client changed the property), then the operation will
      * fail.
      *<p>
@@ -129,8 +129,8 @@ public interface ISVNRemote
      * Capability.atomic_revprops, then <code>oldValue</code>
      * <em>must</em> be <code>null</code>.
      *<p>
-     * @param revision The revision to which the propery is attached
-     * @param propertyName The name of the propery
+     * @param revision The revision to which the property is attached
+     * @param propertyName The name of the property
      * @param oldValue The previous value of the property (see note below)
      * @param newValue The new value of the property. If <code>newValue</code>
      *        is <code>null</code>, the property will be deleted.
@@ -280,7 +280,7 @@ public interface ISVNRemote
      * <p>
      * <code>direntFields</code> controls which portions of the DirEntry
      * objects are filled in. To have them completely filled in, just pass
-     * DirEntry.Fields.all, othewise pass a bitwise OR of any of the
+     * DirEntry.Fields.all, otherwise pass a bitwise OR of any of the
      * DirEntry.Fields flags you would like to have.
      * <p>
      * If <code>properties</code> is not <code>null</code>, set
@@ -405,8 +405,8 @@ public interface ISVNRemote
      * <p>
      * If <code>startRevision</code> or <code>endRevision</code> is
      * {@link org.apache.subversion.javahl.types.Revision#SVN_INVALID_REVNUM},
-     * the HEAD revision is uses for that argument. If eiter is an
-     * invaild non-existent revision, an error will be returned.
+     * the HEAD revision is uses for that argument. If either is an
+     * invalid non-existent revision, an error will be returned.
      * <p>
      * If <code>paths</code> is not <code>null</code> and has one or
      * more elements, then only show revisions in which at least one
@@ -519,7 +519,7 @@ public interface ISVNRemote
         }
 
         /**
-         * @return The repository-relative path of the obejct in this
+         * @return The repository-relative path of the object in this
          * history segment.
          */
         public String getPath() { return path; }

Modified: subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ISVNRepos.java
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ISVNRepos.java?rev=1875904&r1=1875903&r2=1875904&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ISVNRepos.java (original)
+++ subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/ISVNRepos.java Tue Mar 31 01:49:25 2020
@@ -96,7 +96,7 @@ public interface ISVNRepos {
      * @param dataOut           the data will be outputed here
      * @param start             the first revision to be dumped
      * @param end               the last revision to be dumped
-     * @param incremental       the dump will be incremantal
+     * @param incremental       the dump will be incremental
      * @param useDeltas         the dump will contain deltas between nodes
          * @param callback          the callback to receive notifications
      * @throws ClientException  throw in case of problem
@@ -252,7 +252,7 @@ public interface ISVNRepos {
      *                          in put optional.
      * @param callback          the target for processing messages
      * @throws ClientException  throw in case of problem
-         * @note behaves like the 1.8 vesion with the revision
+         * @note behaves like the 1.8 version with the revision
          *       parameters set to Revision.START and Revision.HEAD.
      */
     public abstract void load(File path, InputStream dataInput,

Modified: subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/NativeResources.java
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/NativeResources.java?rev=1875904&r1=1875903&r2=1875904&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/NativeResources.java (original)
+++ subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/NativeResources.java Tue Mar 31 01:49:25 2020
@@ -27,7 +27,7 @@ import org.apache.subversion.javahl.type
 import org.apache.subversion.javahl.types.RuntimeVersion;
 
 /**
- * Handles activities related to management of native resouces
+ * Handles activities related to management of native resources
  * (e.g. loading of native libraries).
  *
  * Public for backward compat.  This class may disappear in future versions

Modified: subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/SVNClient.java
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/SVNClient.java?rev=1875904&r1=1875903&r2=1875904&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/SVNClient.java (original)
+++ subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/SVNClient.java Tue Mar 31 01:49:25 2020
@@ -78,7 +78,7 @@ public class SVNClient implements ISVNCl
 
     /**
      * Build the native peer
-     * @return the adress of the peer
+     * @return the address of the peer
      */
     private native long ctNative();
 
@@ -93,7 +93,7 @@ public class SVNClient implements ISVNCl
     public native void finalize();
 
     /**
-     * slot for the adress of the native peer. The JNI code is the only user
+     * slot for the address of the native peer. The JNI code is the only user
      * of this member
      */
     protected long cppAddr;

Modified: subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/SVNRepos.java
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/SVNRepos.java?rev=1875904&r1=1875903&r2=1875904&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/SVNRepos.java (original)
+++ subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/SVNRepos.java Tue Mar 31 01:49:25 2020
@@ -65,7 +65,7 @@ public class SVNRepos implements ISVNRep
 
     /**
      * Build the native peer
-     * @return the adress of the peer
+     * @return the address of the peer
      */
     private native long ctNative();
 
@@ -81,7 +81,7 @@ public class SVNRepos implements ISVNRep
     public native void finalize();
 
     /**
-     * slot for the adress of the native peer. The JNI code is the only user
+     * slot for the address of the native peer. The JNI code is the only user
      * of this member
      */
     protected long cppAddr;

Modified: subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/SVNUtil.java
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/SVNUtil.java?rev=1875904&r1=1875903&r2=1875904&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/SVNUtil.java (original)
+++ subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/SVNUtil.java Tue Mar 31 01:49:25 2020
@@ -66,7 +66,7 @@ public class SVNUtil
      * remote.RemoteFactory#setPrompt}) will be called every time the
      * underlying library needs access to the credentials.
      * <p>
-     * This mode is intented to support client implementations that
+     * This mode is intended to support client implementations that
      * use their own credentials store.
      * <p>
      * The standard credentials store is enabled by default.
@@ -701,7 +701,7 @@ public class SVNUtil
      *        owns the property; only used for error messages
      * @param kind The node kind of the file or dir that owns the property
      * @param mimeType If <code>kind</code> is {@link NodeKind.file}, this is
-     *        tye file's mime-type, used for extra validation for the
+     *        the file's mime-type, used for extra validation for the
      *        <code>svn:eol-style</code> property. If it is <code>null</code>,
      *        the extra validation will be skipped.
      * @return a canonicalized representation of the property value
@@ -725,7 +725,7 @@ public class SVNUtil
      *        owns the property; only used for error messages
      * @param kind The node kind of the file or dir that owns the property
      * @param mimeType If <code>kind</code> is {@link NodeKind.file}, this is
-     *        tye file's mime-type, used for extra validation for the
+     *        the file's mime-type, used for extra validation for the
      *        <code>svn:eol-style</code> property. If it is <code>null</code>,
      *        the extra validation will be skipped.
      * @param fileContents A stream with the file's contents. Only used
@@ -752,7 +752,7 @@ public class SVNUtil
      * parsed external items.
      * @param description The externals description.
      * @param parentDirectory Used to construct error messages.
-     * @param canonicalizeUrl Whe <code>true</code>, canonicalize the
+     * @param canonicalizeUrl When <code>true</code>, canonicalize the
      *     <code>url</code> member of the returned objects. If the
      *     <code>url</code> member refers to an absolute URL, it will
      *     be canonicalized as URL consistent with the way URLs are
@@ -877,7 +877,7 @@ public class SVNUtil
      * Build a dictionary of expanded keyword values, given the
      * contents of a file's <code>svn:keywords</code> property, its
      * revision, URL, the date it was committed on, the author of the
-     * commit and teh URL of the repository root.
+     * commit and the URL of the repository root.
      *<p>
      * Custom keywords defined in <code>svn:keywords</code> properties
      * are expanded using the provided parameters and in accordance

Modified: subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/callback/TunnelAgent.java
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/callback/TunnelAgent.java?rev=1875904&r1=1875903&r2=1875904&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/callback/TunnelAgent.java (original)
+++ subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/callback/TunnelAgent.java Tue Mar 31 01:49:25 2020
@@ -80,7 +80,7 @@ public interface TunnelAgent
      * @param hostname the host part of the svn+tunnel:// URL
      * @param port the port part of the svn+tunnel:// URL
      *
-     * @return an instance od {@link CloseTunnelCallback}, which will
+     * @return an instance of {@link CloseTunnelCallback}, which will
      *         be invoked when the connection is closed, or
      *         <code>null</code>.
      *

Modified: subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/callback/UserPasswordCallback.java
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/callback/UserPasswordCallback.java?rev=1875904&r1=1875903&r2=1875904&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/callback/UserPasswordCallback.java (original)
+++ subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/callback/UserPasswordCallback.java Tue Mar 31 01:49:25 2020
@@ -58,8 +58,8 @@ public interface UserPasswordCallback
     public static final int AcceptPermanently = 2;
 
     /**
-     * If there are problems with the certifcate of the SSL-server, this
-     * callback will be used to deside if the connection will be used.
+     * If there are problems with the certificate of the SSL-server, this
+     * callback will be used to decide if the connection will be used.
      * @param info              the probblems with the certificate.
      * @param allowPermanently  if AcceptPermantly is a legal answer
      * @return                  one of Reject/AcceptTemporary/AcceptPermanently

Modified: subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/types/Property.java
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/types/Property.java?rev=1875904&r1=1875903&r2=1875904&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/types/Property.java (original)
+++ subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/types/Property.java Tue Mar 31 01:49:25 2020
@@ -54,7 +54,7 @@ public class Property
     public static final String KEYWORDS = "svn:keywords";
 
     /**
-     * flag if the file should be made excutable during retrieval
+     * flag if the file should be made executable during retrieval
      */
     public static final String EXECUTABLE = "svn:executable";
 

Modified: subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/types/Revision.java
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/types/Revision.java?rev=1875904&r1=1875903&r2=1875904&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/types/Revision.java (original)
+++ subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/types/Revision.java Tue Mar 31 01:49:25 2020
@@ -133,7 +133,7 @@ public class Revision implements java.io
     }
 
     /**
-     * Creates a Revision.DateSpec objet
+     * Creates a Revision.DateSpec object
      * @param revisionDate  the date of the new object
      * @return  the new object
      */
@@ -278,7 +278,7 @@ public class Revision implements java.io
 
         /**
          * Create a revision from a timestamp in milliseconds.
-         * Used by the native implementaiton.
+         * Used by the native implementation.
          */
         private DateSpec(long milliseconds)
         {

Modified: subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/types/Status.java
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/types/Status.java?rev=1875904&r1=1875903&r2=1875904&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/types/Status.java (original)
+++ subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/types/Status.java Tue Mar 31 01:49:25 2020
@@ -51,7 +51,7 @@ public class Status implements java.io.S
     private String path;
 
     /**
-     * kind of the item (file, directory or unknonw)
+     * kind of the item (file, directory or unknown)
      */
     private NodeKind nodeKind;
 
@@ -417,7 +417,7 @@ public class Status implements java.io.S
 
     /**
      * Returns the adjusted status of the item's contents, as
-     * compatible with JavaHL 1.8 and older verions.
+     * compatible with JavaHL 1.8 and older versions.
      * @return file status property enum of the "textual" component.
      */
     public Kind getTextStatus()
@@ -474,7 +474,7 @@ public class Status implements java.io.S
 
     /**
      * Returns the adjusted status of the item's contents in the
-     * repository, as compatible with JavaHL 1.8 and older verions.
+     * repository, as compatible with JavaHL 1.8 and older versions.
      * @return file status property enum of the "textual" component in the
      * repository.
      */
@@ -777,7 +777,7 @@ public class Status implements java.io.S
         /** exists, but uninteresting */
         normal      ("normal"),
 
-        /** is scheduled for additon */
+        /** is scheduled for addition */
         added       ("added"),
 
         /** under v.c., but is missing */

Modified: subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/types/VersionExtended.java
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/types/VersionExtended.java?rev=1875904&r1=1875903&r2=1875904&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/types/VersionExtended.java (original)
+++ subversion/trunk/subversion/bindings/javahl/src/org/apache/subversion/javahl/types/VersionExtended.java Tue Mar 31 01:49:25 2020
@@ -71,7 +71,7 @@ public class VersionExtended
      * @return The canonical host triplet (arch-vendor-osname) of the
      * system where libsvn_subr was compiled.
      * <p>
-     * <b>Note:</b> On Unix-like systems (includng Mac OS X), this string
+     * <b>Note:</b> On Unix-like systems (including Mac OS X), this string
      * is the same as the output of the config.guess script for the
      * underlying Subversion libraries.
      */
@@ -258,7 +258,7 @@ public class VersionExtended
     };
 
     /**
-     * Slot for the adress of the native peer.
+     * Slot for the address of the native peer.
      * The JNI code is the only user of this member.
      */
     private long cppAddr = 0;

Modified: subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/Notify.java
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/Notify.java?rev=1875904&r1=1875903&r2=1875904&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/Notify.java (original)
+++ subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/Notify.java Tue Mar 31 01:49:25 2020
@@ -52,7 +52,7 @@ public interface Notify
                          int contentState, int propState, long revision);
 
     /**
-     * The type of action occuring.  The values are defined in the
+     * The type of action occurring.  The values are defined in the
      * interface NotifyAction for building reasons.
      */
     public static final class Action implements NotifyAction
@@ -69,7 +69,7 @@ public interface Notify
 
     }
     /**
-     * The type of notification that is occuring.  The values are
+     * The type of notification that is occurring.  The values are
      * defined in the interface NotifyStatus for building reasons.
      */
     public static final class Status implements NotifyStatus

Modified: subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/PromptUserPassword2.java
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/PromptUserPassword2.java?rev=1875904&r1=1875903&r2=1875904&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/PromptUserPassword2.java (original)
+++ subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/PromptUserPassword2.java Tue Mar 31 01:49:25 2020
@@ -51,8 +51,8 @@ public interface PromptUserPassword2 ext
     public static final int AcceptPermanently = 2;
 
     /**
-     * If there are problems with the certifcate of the SSL-server, this
-     * callback will be used to deside if the connection will be used.
+     * If there are problems with the certificate of the SSL-server, this
+     * callback will be used to decide if the connection will be used.
      * @param info              the probblems with the certificate.
      * @param allowPermanently  if AcceptPermantly is a legal answer
      * @return                  one of Reject/AcceptTemporary/AcceptPermanently

Modified: subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/PropertyData.java
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/PropertyData.java?rev=1875904&r1=1875903&r2=1875904&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/PropertyData.java (original)
+++ subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/PropertyData.java Tue Mar 31 01:49:25 2020
@@ -80,7 +80,7 @@ public class PropertyData
     public static final String KEYWORDS = "svn:keywords";
 
     /**
-     * flag if the file should be made excutable during retrieval
+     * flag if the file should be made executable during retrieval
      */
     public static final String EXECUTABLE = "svn:executable";
 

Modified: subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/Revision.java
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/Revision.java?rev=1875904&r1=1875903&r2=1875904&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/Revision.java (original)
+++ subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/Revision.java Tue Mar 31 01:49:25 2020
@@ -146,7 +146,7 @@ public class Revision implements java.io
     }
 
     /**
-     * Creates a Revision.DateSpec objet
+     * Creates a Revision.DateSpec object
      * @param revisionDate  the date of the new object
      * @return  the new object
      */

Modified: subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/SVNAdmin.java
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/SVNAdmin.java?rev=1875904&r1=1875903&r2=1875904&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/SVNAdmin.java (original)
+++ subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/SVNAdmin.java Tue Mar 31 01:49:25 2020
@@ -62,7 +62,7 @@ public class SVNAdmin
     }
 
     /**
-     * slot for the adress of the native peer. The JNI code is the only user
+     * slot for the address of the native peer. The JNI code is the only user
      * of this member
      */
     protected long cppAddr;
@@ -138,7 +138,7 @@ public class SVNAdmin
      * @param errorOut          the messages will be outputed here
      * @param start             the first revision to be dumped
      * @param end               the last revision to be dumped
-     * @param incremental       the dump will be incremantal
+     * @param incremental       the dump will be incremental
      * @throws ClientException  throw in case of problem
      */
     public void dump(String path, OutputInterface dataOut,
@@ -156,7 +156,7 @@ public class SVNAdmin
      * @param errorOut          the messages will be outputed here
      * @param start             the first revision to be dumped
      * @param end               the last revision to be dumped
-     * @param incremental       the dump will be incremantal
+     * @param incremental       the dump will be incremental
      * @param useDeltas         the dump will contain deltas between nodes
      * @throws ClientException  throw in case of problem
      * @since 1.5

Modified: subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/SVNClient.java
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/SVNClient.java?rev=1875904&r1=1875903&r2=1875904&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/SVNClient.java (original)
+++ subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/SVNClient.java Tue Mar 31 01:49:25 2020
@@ -73,7 +73,7 @@ public class SVNClient implements SVNCli
     }
 
     /**
-     * slot for the adress of the native peer. The JNI code is the only user
+     * slot for the address of the native peer. The JNI code is the only user
      * of this member
      */
     protected long cppAddr;

Modified: subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/SVNClientInterface.java
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/SVNClientInterface.java?rev=1875904&r1=1875903&r2=1875904&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/SVNClientInterface.java (original)
+++ subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/SVNClientInterface.java Tue Mar 31 01:49:25 2020
@@ -27,7 +27,7 @@ import java.io.OutputStream;
 import java.util.Map;
 
 /**
- * This interface is the commom interface for all subversion
+ * This interface is the common interface for all subversion
  * operations. It is implemented by SVNClient and SVNClientSynchronized
  */
 public interface SVNClientInterface
@@ -107,7 +107,7 @@ public interface SVNClientInterface
      * @param descend   Recurse into subdirectories if they exist.
      * @param onServer  Request status information from server.
      * @param getAll    get status for uninteresting (unchanged) files.
-     * @param noIgnore  get status for normaly ignored files and directories.
+     * @param noIgnore  get status for normally ignored files and directories.
      * @return Array of Status entries.
      * @deprecated Use {@link #status(String, int, boolean, boolean,
      *                                boolean, boolean, StatusCallback)}
@@ -124,7 +124,7 @@ public interface SVNClientInterface
      * @param descend   Recurse into subdirectories if they exist.
      * @param onServer  Request status information from server.
      * @param getAll    get status for uninteresting (unchanged) files.
-     * @param noIgnore  get status for normaly ignored files and directories.
+     * @param noIgnore  get status for normally ignored files and directories.
      * @param ignoreExternals if externals are ignored during status
      * @return Array of Status entries.
      * @deprecated Use {@link #status(String, int, boolean, boolean,
@@ -143,7 +143,7 @@ public interface SVNClientInterface
      * @param depth       How deep to recurse into subdirectories.
      * @param onServer    Request status information from server.
      * @param getAll      get status for uninteresting (unchanged) files.
-     * @param noIgnore    get status for normaly ignored files and directories.
+     * @param noIgnore    get status for normally ignored files and directories.
      * @param ignoreExternals if externals are ignored during status
      * @param changelists changelists to filter by
      * @since 1.5
@@ -931,7 +931,7 @@ public interface SVNClientInterface
      * @param depth     depth to traverse into subdirectories
      * @param noIgnore  whether to add files matched by ignore patterns
      * @param ignoreUnknownNodeTypes whether to ignore files which
-     *                  the node type is not konwn, just as pipes
+     *                  the node type is not known, just as pipes
      * @param revpropTable A string-to-string mapping of revision properties
      *                     to values which will be set if this operation
      *                     results in a commit.

Modified: subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/Status.java
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/Status.java?rev=1875904&r1=1875903&r2=1875904&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/Status.java (original)
+++ subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/Status.java Tue Mar 31 01:49:25 2020
@@ -53,7 +53,7 @@ public class Status implements java.io.S
     private String path;
 
     /**
-     * kind of the item (file, directory or unknonw)
+     * kind of the item (file, directory or unknown)
      */
     private int nodeKind;
 

Modified: subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/StatusKind.java
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/StatusKind.java?rev=1875904&r1=1875903&r2=1875904&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/StatusKind.java (original)
+++ subversion/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/StatusKind.java Tue Mar 31 01:49:25 2020
@@ -37,7 +37,7 @@ public interface StatusKind
     /** text or props have been modified */
     public static final int modified = 2;
 
-    /** is scheduled for additon */
+    /** is scheduled for addition */
     public static final int added = 3;
 
     /** scheduled for deletion */

Modified: subversion/trunk/subversion/bindings/swig/include/proxy.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/include/proxy.py?rev=1875904&r1=1875903&r2=1875904&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/swig/include/proxy.py (original)
+++ subversion/trunk/subversion/bindings/swig/include/proxy.py Tue Mar 31 01:49:25 2020
@@ -39,7 +39,7 @@
     def __getattribute__(self, name):
       """Manage access to all attributes of this object."""
 
-      # Start by mimicing __getattr__ behavior: immediately return __dict__ or
+      # Start by mimicking __getattr__ behavior: immediately return __dict__ or
       # items directly present in __dict__
       mydict = object.__getattribute__(self, '__dict__')
 

Modified: subversion/trunk/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c?rev=1875904&r1=1875903&r2=1875904&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c (original)
+++ subversion/trunk/subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c Tue Mar 31 01:49:25 2020
@@ -284,7 +284,7 @@ apr_array_header_t *svn_swig_pl_objs_to_
 
 /* Convert a single revision range or an array of revisions ranges
  * Note: We can't simply use svn_swig_pl_to_array() as is, since
- * it immediatley checks whether source is an array reference and then
+ * it immediately checks whether source is an array reference and then
  * proceeds to treat this as the "array of ..." case. But a revision range
  * may be specified as a (two-element) array. Hence we first try to
  * convert source as a single revision range. Failing that and if it's
@@ -591,7 +591,7 @@ svn_error_t *svn_swig_pl_callback_thunk(
         case 'L': /* apr_int64_t */
             /* Pass into perl as a string because some implementations may
              * not be able to handle a 64-bit int.  If it's too long to
-             * fit in Perl's interal IV size then perl will only make
+             * fit in Perl's internal IV size then perl will only make
              * it available as a string.  If not then perl will convert
              * it to an IV for us.  So this handles the problem gracefully */
             c = malloc(30);
@@ -634,7 +634,7 @@ svn_error_t *svn_swig_pl_callback_thunk(
       count = call_method(func, call_flags );
         break;
     default:
-      croak("unkonwn calling type");
+      croak("unknown calling type");
         break;
     }
     SPAGAIN ;

Modified: subversion/trunk/subversion/bindings/swig/perl/native/Client.pm
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/perl/native/Client.pm?rev=1875904&r1=1875903&r2=1875904&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/swig/perl/native/Client.pm (original)
+++ subversion/trunk/subversion/bindings/swig/perl/native/Client.pm Tue Mar 31 01:49:25 2020
@@ -1029,7 +1029,7 @@ is updated.
 If $ignore_externals is set, don't process externals definitions as part of
 this operation.
 
-If $depth is $SVN::Depth::infinity, update fully recursivelly.  Else if it is
+If $depth is $SVN::Depth::infinity, update fully recursively.  Else if it is
 $SVN::Depth::immediates or $SVN::Depth::files, update each target and its file
 entries, but not its subdirectories.  Else if $SVN::Depth::empty, update
 exactly each target, nonrecursively (essentially, update the target's

Modified: subversion/trunk/subversion/bindings/swig/perl/native/Core.pm
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/perl/native/Core.pm?rev=1875904&r1=1875903&r2=1875904&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/swig/perl/native/Core.pm (original)
+++ subversion/trunk/subversion/bindings/swig/perl/native/Core.pm Tue Mar 31 01:49:25 2020
@@ -784,7 +784,7 @@ $SVN::Depth::infinity.
 
 Exclude (i.e., don't descend into) directory D.
 
-Note: In Subversion 1.5, $SVN::Depth::exclude is B<not> supported anyhwere in
+Note: In Subversion 1.5, $SVN::Depth::exclude is B<not> supported anywhere in
 the client-side (Wc/Client/etc) code; it is only supported as an argument to
 set_path functions in the Ra and Repos reporters.  (This will enable future
 versions of Subversion to run updates, etc, against 1.5 servers with proper

Modified: subversion/trunk/subversion/bindings/swig/python/tests/client.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/python/tests/client.py?rev=1875904&r1=1875903&r2=1875904&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/swig/python/tests/client.py (original)
+++ subversion/trunk/subversion/bindings/swig/python/tests/client.py Tue Mar 31 01:49:25 2020
@@ -292,7 +292,7 @@ class SubversionClientTestCase(unittest.
 
     self.received_log_entries = []
 
-    # (Python 3: pass tuple of bytes and str mixture as revprops argment)
+    # (Python 3: pass tuple of bytes and str mixture as revprops argument)
     client.log5((directory,), start, (rev_range,), 1, True, False, False,
                 ('svn:author', b'svn:log'),
                 log_entry_receiver_whole, self.client_ctx)

Modified: subversion/trunk/subversion/bindings/swig/python/tests/ra.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/python/tests/ra.py?rev=1875904&r1=1875903&r2=1875904&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/swig/python/tests/ra.py (original)
+++ subversion/trunk/subversion/bindings/swig/python/tests/ra.py Tue Mar 31 01:49:25 2020
@@ -342,7 +342,7 @@ class SubversionRepositoryAccessTestCase
     self.assertEqual(self.errors, 1)
 
   def test_get_log2(self):
-    # Get an interesting commmit.
+    # Get an interesting commit.
     self.test_commit3()
     rev = fs.youngest_rev(self.fs)
     revprops = ra.rev_proplist(self.ra_ctx, rev)

Modified: subversion/trunk/subversion/bindings/swig/python/tests/typemap.py
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/python/tests/typemap.py?rev=1875904&r1=1875903&r2=1875904&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/swig/python/tests/typemap.py (original)
+++ subversion/trunk/subversion/bindings/swig/python/tests/typemap.py Tue Mar 31 01:49:25 2020
@@ -25,7 +25,7 @@ import tempfile
 import svn.core
 
 class SubversionTypemapTestCase(unittest.TestCase):
-  """Test cases for the SWIG typemaps argments and return values transration"""
+  """Test cases for the SWIG typemaps arguments and return values translation"""
 
   def test_char_ptr_in(self):
     """Check %typemap(in) IN_STRING works correctly"""