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 23:11:01 UTC

svn commit: r1875972 - in /subversion/trunk: ./ notes/ subversion/ subversion/svn/ subversion/svnbench/ subversion/svnfsfs/ subversion/svnlook/ subversion/svnserve/ subversion/svnsync/

Author: jamessan
Date: Tue Mar 31 23:11:01 2020
New Revision: 1875972

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

* CHANGES, INSTALL, build.conf, configure.ac,
  notes/anchors_and_targets.txt, subversion/svn/cl.h,
  subversion/svn/conflict-callbacks.c, subversion/svn/svn.c,
  subversion/svn_private_config.hw,
  subversion/svnbench/null-blame-cmd.c,
  subversion/svnbench/svnbench.c,
  subversion/svnfsfs/load-index-cmd.c,
  subversion/svnlook/svnlook.c, subversion/svnserve/serve.c,
  subversion/svnserve/server.h, subversion/svnserve/svnserve.c,
  subversion/svnsync/sync.c:
  (): Spelling fixes


Modified:
    subversion/trunk/CHANGES
    subversion/trunk/INSTALL
    subversion/trunk/build.conf
    subversion/trunk/configure.ac
    subversion/trunk/notes/anchors_and_targets.txt
    subversion/trunk/subversion/svn/cl.h
    subversion/trunk/subversion/svn/conflict-callbacks.c
    subversion/trunk/subversion/svn/svn.c
    subversion/trunk/subversion/svn_private_config.hw
    subversion/trunk/subversion/svnbench/null-blame-cmd.c
    subversion/trunk/subversion/svnbench/svnbench.c
    subversion/trunk/subversion/svnfsfs/load-index-cmd.c
    subversion/trunk/subversion/svnlook/svnlook.c
    subversion/trunk/subversion/svnserve/serve.c
    subversion/trunk/subversion/svnserve/server.h
    subversion/trunk/subversion/svnserve/svnserve.c
    subversion/trunk/subversion/svnsync/sync.c

Modified: subversion/trunk/CHANGES
URL: http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1875972&r1=1875971&r2=1875972&view=diff
==============================================================================
--- subversion/trunk/CHANGES (original)
+++ subversion/trunk/CHANGES Tue Mar 31 23:11:01 2020
@@ -1328,7 +1328,7 @@ http://svn.apache.org/repos/asf/subversi
     * cache: fix premature eviction due to 64-bit underflows (r1567996 et al)
     * svnserve: fix potential integer overflow in Cyrus SASL support (r1570434)
     * bdb: fix potential integer overflow and underflow (r1570701)
-    * bdb: prevent silent propogation of some corruption (r1570778)
+    * bdb: prevent silent propagation of some corruption (r1570778)
     * svnadmin hotcopy: do not corrupt db/current contents when copying old
       FSFS repos (r1603485)
     * svnadmin hotcopy: don't produce broken copies when a concurrent pack
@@ -1588,7 +1588,7 @@ http://svn.apache.org/repos/asf/subversi
       ranges (r1569731)
     * svn_rangelist_inheritable2() and svn_mergeinfo_inheritable2(): fix a
       pool lifetime issue (r1569764)
-    * new APIs to support cancelation during unified diff output and
+    * new APIs to support cancellation during unified diff output and
       allow the context size to be specified (r1570149 et al)
     * APIs related to retrieving logs are now documented to be unlimited when
       a negative value is passed for the limit (r1570330, 1570335)
@@ -1706,7 +1706,7 @@ http://svn.apache.org/repos/asf/subversi
     * swig-py: Add close to the core.Stream class (r1619077)
     * javahl: add example clients that use the authn API (r1640533)
     * swig-py: implement dump stream parser (r1642813)
-    * swig-pl: remove some unneded cleanup code that triggered a cleanup
+    * swig-pl: remove some unneeded cleanup code that triggered a cleanup
       failure on windows (r1643072)
     * swig-pl: make cancel_func, cancel_baton parameter pairs work (r1648852)
     * javahl: expose whitespace diff parameters to blame method (issue #4475)
@@ -2037,7 +2037,7 @@ http://svn.apache.org/repos/asf/subversi
   - Client-side bugfixes:
     * log: use proper peg revision over DAV (r1568872)
     * upgrade: allow upgrading from 1.7 with exclusive locks (r1572102 et al)
-    * proplist: resolve inconsitent inherited property results (r1575270 et al)
+    * proplist: resolve inconsistent inherited property results (r1575270 et al)
     * increase minimal timestamp sleep from 1ms to 10ms (r1581305 et al)
     * merge: automatic merge confused by subtree merge (issue #4481)
     * propget: report proper error on invalid revision for url (r1586255)
@@ -2079,7 +2079,7 @@ http://svn.apache.org/repos/asf/subversi
  Developer-visible changes:
   - General:
     * improve consistency checks of DAV inherited property requests (r1498000)
-    * fix ocassional failure in autoprop_tests.py (r1567752)
+    * fix occasional failure in autoprop_tests.py (r1567752)
     * avoid duplicate sqlite analyze information rows (r1571214)
     * add Mavericks to our sysinfo output (r1573088)
     * bump copyright years to 2014 (r1555403)
@@ -2132,7 +2132,7 @@ http://svn.apache.org/repos/asf/subversi
 
  Developer-visible changes:
   - General:
-    * fix ocassional failure of check_tests.py 12 (r1496127 et al)
+    * fix occasional failure of check_tests.py 12 (r1496127 et al)
     * fix failure with SQLite 3.8.1-3.8.3 when built with
       SQLITE_ENABLE_STAT3/4 due to bug in SQLite (r1567286, r1567392)
     * specify SQLite defaults that can be changed when SQLite is built
@@ -2238,7 +2238,7 @@ http://svn.apache.org/repos/asf/subversi
   - Client- and server-side bugfixes:
     * translation updates for Swedish
     * enforce strict version equality between tools and libraries (r1502267)
-    * consistently output revisions as "r%ld" in error messags (r1499044 et al)
+    * consistently output revisions as "r%ld" in error messages (r1499044 et al)
 
   - Client-side bugfixes:
     * status: always use absolute paths in XML output (issue #4398)
@@ -2817,7 +2817,7 @@ http://svn.apache.org/repos/asf/subversi
 
  Developer-visible changes:
   - General:
-    * fix ocassional failure in checkout_tests.py test 12. (r1496127)
+    * fix occasional failure in checkout_tests.py test 12. (r1496127)
     * disable building ZLib's assembly optimizations on Windows.
 
 
@@ -3432,7 +3432,7 @@ the 1.6 release:  http://subversion.apac
     * fixed: wc-to-wc copy of a switch source (issue #1802)
     * fixed: 'svn st' reports symlinks as obstructed items (issue #2284)
     * fixed: 'cd e:\; svn up e:\' fails (issue #2556)
-    * fixed: svn aborts on commiting from root dir on windows (issue #3346)
+    * fixed: svn aborts on committing from root dir on windows (issue #3346)
     * fixed: removing a dir scheduled for deletion corrupts wc (issue #2741)
     * fixed: 'svn cleanup' fails on obstructed paths (issue #2867)
     * fixed: case-only renames resulting from merges don't work (issue #3115)
@@ -3469,7 +3469,7 @@ the 1.6 release:  http://subversion.apac
     * fixed: 'svn info' returns parent info on missing dirs (issue #3178)
     * fixed: spurious prop conflict with 'merge --reintegrate' (issue #3919)
     * fixed: 'svn --version' fails with non-existent $HOME (issue #3947)
-    * fixed: unforced export silently overwites existing file (issue #3799)
+    * fixed: unforced export silently overwrites existing file (issue #3799)
     * fixed: reverse merge which adds subtree mergeinfo fails (issue #3978)
     * fixed: 'svn up -r{R>HEAD}' hangs client over ra_svn (issue #3963)
     * fixed: 'svn up' updates file externals in target siblings (issue #3819)
@@ -3813,7 +3813,7 @@ http://svn.apache.org/repos/asf/subversi
  Developer-visible changes:
   * disable checks for wc-ng working copies when running the test suite
   * on Windows, don't ignore move operation error codes (r896915)
-  * more precise reporting of errors occuring with sqlite init (r927323, -8)
+  * more precise reporting of errors occurring with sqlite init (r927323, -8)
   * ensure rangelist APIs are commutative (r923389, -91)
 
 
@@ -7176,7 +7176,7 @@ Version 0.9 (released 15 Feb 2002, revis
     - no more 'path styles' in path library
     - rewrite bootstrapping code for python test framework
     - rewrite commandline app's help-system and alias-system
-    - feedback table replaced with notfication callback
+    - feedback table replaced with notification callback
     - rewrite sorting of hashes
     - svnadmin internal rewrite
     - faster post-update processing

Modified: subversion/trunk/INSTALL
URL: http://svn.apache.org/viewvc/subversion/trunk/INSTALL?rev=1875972&r1=1875971&r2=1875972&view=diff
==============================================================================
--- subversion/trunk/INSTALL (original)
+++ subversion/trunk/INSTALL Tue Mar 31 23:11:01 2020
@@ -599,7 +599,7 @@ I.    INTRODUCTION
 
       22. LZ4 (OPTIONAL)
 
-      Subversion uses LZ4 compression libary version r129 or above. Configure
+      Subversion uses LZ4 compression library version r129 or above. Configure
       will attempt to locate the system library by default using pkg-config
       and known paths.
 

Modified: subversion/trunk/build.conf
URL: http://svn.apache.org/viewvc/subversion/trunk/build.conf?rev=1875972&r1=1875971&r2=1875972&view=diff
==============================================================================
--- subversion/trunk/build.conf (original)
+++ subversion/trunk/build.conf Tue Mar 31 23:11:01 2020
@@ -462,7 +462,7 @@ path = subversion/libsvn_fs_x
 sources = rep-cache-db.sql
 
 [wc_queries]
-desription = Queries on the WC database
+description = Queries on the WC database
 type = sql-header
 path = subversion/libsvn_wc
 sources = wc-queries.sql

Modified: subversion/trunk/configure.ac
URL: http://svn.apache.org/viewvc/subversion/trunk/configure.ac?rev=1875972&r1=1875971&r2=1875972&view=diff
==============================================================================
--- subversion/trunk/configure.ac (original)
+++ subversion/trunk/configure.ac Tue Mar 31 23:11:01 2020
@@ -115,7 +115,7 @@ AC_SUBST(SVN_APR_MAJOR_VERSION)
 SVN_LT_SOVERSION="-version-info $svn_lib_ver"
 AC_SUBST(SVN_LT_SOVERSION)
 AC_DEFINE_UNQUOTED(SVN_SOVERSION, $svn_lib_ver,
-                   [Subversion library major verson])
+                   [Subversion library major version])
 
 dnl Search for pkg-config
 AC_PATH_PROG(PKG_CONFIG, pkg-config)
@@ -759,7 +759,7 @@ AH_BOTTOM([
 #endif
 
 /* Macro used to specify that a variable is intentionally left unused.
-   Supresses compiler warnings about the variable being unused.  */
+   Suppresses compiler warnings about the variable being unused.  */
 #define SVN_UNUSED(v) ( (void)(v) )
 ])
 

Modified: subversion/trunk/notes/anchors_and_targets.txt
URL: http://svn.apache.org/viewvc/subversion/trunk/notes/anchors_and_targets.txt?rev=1875972&r1=1875971&r2=1875972&view=diff
==============================================================================
--- subversion/trunk/notes/anchors_and_targets.txt (original)
+++ subversion/trunk/notes/anchors_and_targets.txt Tue Mar 31 23:11:01 2020
@@ -104,7 +104,7 @@ The Status Quo
    scheme, however, such as the need to examine the a directory
    target's parent, and perhaps a handful of unspecified
    "spidey-sense" warnings.  PLEASE, if you have valid technical
-   complaints, (re-)voice them in reponse to this mail so they can be
+   complaints, (re-)voice them in response to this mail so they can be
    evaluated more closely, offering better solutions if you can.
 
    For example, the editor could be changed so that some flavor of

Modified: subversion/trunk/subversion/svn/cl.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/cl.h?rev=1875972&r1=1875971&r2=1875972&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/cl.h (original)
+++ subversion/trunk/subversion/svn/cl.h Tue Mar 31 23:11:01 2020
@@ -533,7 +533,7 @@ svn_cl__walk_conflicts(apr_array_header_
 /*** Command-line output functions -- printing to the user. ***/
 
 /* Print out commit information found in COMMIT_INFO to the console.
- * POOL is used for temporay allocations.
+ * POOL is used for temporary allocations.
  * COMMIT_INFO should not be NULL.
  *
  * This function implements svn_commit_callback2_t.
@@ -873,7 +873,7 @@ svn_cl__prop_use_t;
  *
  *   - start with svn: but do not exactly match a known property; or,
  *   - start with a 3-letter prefix that differs in only one letter
- *     from "svn:", and the rest exactly matches a known propery.
+ *     from "svn:", and the rest exactly matches a known properly.
  *
  * If REVPROP is TRUE, only check revision property names; otherwise
  * only check node property names.

Modified: subversion/trunk/subversion/svn/conflict-callbacks.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/conflict-callbacks.c?rev=1875972&r1=1875971&r2=1875972&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/conflict-callbacks.c (original)
+++ subversion/trunk/subversion/svn/conflict-callbacks.c Tue Mar 31 23:11:01 2020
@@ -1517,7 +1517,7 @@ build_tree_conflict_options(
                                      iterpool));
       if (opt == NULL)
         {
-          /* Unkown option. Assign a dynamic option code. */
+          /* Unknown option. Assign a dynamic option code. */
           opt = apr_pcalloc(result_pool, sizeof(*opt));
           opt->code = apr_psprintf(result_pool, "%d", next_unknown_option_code);
           next_unknown_option_code++;

Modified: subversion/trunk/subversion/svn/svn.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/svn.c?rev=1875972&r1=1875971&r2=1875972&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/svn.c (original)
+++ subversion/trunk/subversion/svn/svn.c Tue Mar 31 23:11:01 2020
@@ -410,7 +410,7 @@ const apr_getopt_option_t svn_cl__option
 
   /* Long-opt Aliases
    *
-   * These have NULL desriptions, but an option code that matches some
+   * These have NULL descriptions, but an option code that matches some
    * other option (whose description should probably mention its aliases).
   */
 
@@ -1925,7 +1925,7 @@ check_lib_versions(void)
   return svn_ver_check_list2(&my_version, checklist, svn_ver_equal);
 }
 
-/* The cancelation handler setup by the cmdline library. */
+/* The cancellation handler setup by the cmdline library. */
 svn_cancel_func_t svn_cl__check_cancel = NULL;
 
 /* Add a --search argument to OPT_STATE.

Modified: subversion/trunk/subversion/svn_private_config.hw
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svn_private_config.hw?rev=1875972&r1=1875971&r2=1875972&view=diff
==============================================================================
--- subversion/trunk/subversion/svn_private_config.hw (original)
+++ subversion/trunk/subversion/svn_private_config.hw Tue Mar 31 23:11:01 2020
@@ -119,7 +119,7 @@
 #define SVN__PREDICT_FALSE(x)  (x)
 
 /* Macro used to specify that a variable is intentionally left unused.
-   Supresses compiler warnings about the variable being unused.  */
+   Suppresses compiler warnings about the variable being unused.  */
 #define SVN_UNUSED(v) ( (void)(v) )
 
 #if defined(_MSC_VER) && _MSC_VER >= 1600

Modified: subversion/trunk/subversion/svnbench/null-blame-cmd.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svnbench/null-blame-cmd.c?rev=1875972&r1=1875971&r2=1875972&view=diff
==============================================================================
--- subversion/trunk/subversion/svnbench/null-blame-cmd.c (original)
+++ subversion/trunk/subversion/svnbench/null-blame-cmd.c Tue Mar 31 23:11:01 2020
@@ -58,7 +58,7 @@ delta_handler(svn_txdelta_window_t *wind
   return SVN_NO_ERROR;
 }
 
-/* Implementes svn_file_rev_handler_t */
+/* Implements svn_file_rev_handler_t */
 static svn_error_t *
 file_rev_handler(void *baton, const char *path, svn_revnum_t revnum,
                  apr_hash_t *rev_props,

Modified: subversion/trunk/subversion/svnbench/svnbench.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svnbench/svnbench.c?rev=1875972&r1=1875971&r2=1875972&view=diff
==============================================================================
--- subversion/trunk/subversion/svnbench/svnbench.c (original)
+++ subversion/trunk/subversion/svnbench/svnbench.c Tue Mar 31 23:11:01 2020
@@ -174,7 +174,7 @@ const apr_getopt_option_t svn_cl__option
 
   /* Long-opt Aliases
    *
-   * These have NULL desriptions, but an option code that matches some
+   * These have NULL descriptions, but an option code that matches some
    * other option (whose description should probably mention its aliases).
   */
 

Modified: subversion/trunk/subversion/svnfsfs/load-index-cmd.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svnfsfs/load-index-cmd.c?rev=1875972&r1=1875971&r2=1875972&view=diff
==============================================================================
--- subversion/trunk/subversion/svnfsfs/load-index-cmd.c (original)
+++ subversion/trunk/subversion/svnfsfs/load-index-cmd.c Tue Mar 31 23:11:01 2020
@@ -109,7 +109,7 @@ parse_index_line(svn_fs_fs__p2l_entry_t
   SVN_ERR(token_to_i64(&value, tokens, 1, 16));
   result->size = (apr_off_t)value;
 
-  /* Parse the rightmost colum that we care of. */
+  /* Parse the rightmost column that we care of. */
   SVN_ERR(token_to_i64(&value, tokens, 4, 10));
   result->item.number = (apr_uint64_t)value;
 

Modified: subversion/trunk/subversion/svnlook/svnlook.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svnlook/svnlook.c?rev=1875972&r1=1875971&r2=1875972&view=diff
==============================================================================
--- subversion/trunk/subversion/svnlook/svnlook.c (original)
+++ subversion/trunk/subversion/svnlook/svnlook.c Tue Mar 31 23:11:01 2020
@@ -1323,7 +1323,7 @@ do_log(svnlook_ctxt_t *c, svn_boolean_t
       return SVN_NO_ERROR;
     }
 
-  /* We immitate what svn_cmdline_printf does here, since we need the byte
+  /* We imitate what svn_cmdline_printf does here, since we need the byte
      size of what we are going to print. */
 
   SVN_ERR(svn_subst_translate_cstring2(prop_value->data, &prop_value_eol,

Modified: subversion/trunk/subversion/svnserve/serve.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svnserve/serve.c?rev=1875972&r1=1875971&r2=1875972&view=diff
==============================================================================
--- subversion/trunk/subversion/svnserve/serve.c (original)
+++ subversion/trunk/subversion/svnserve/serve.c Tue Mar 31 23:11:01 2020
@@ -851,7 +851,7 @@ static svn_error_t *must_have_access(svn
 
 /* --- REPORTER COMMAND SET --- */
 
-/* To allow for pipelining, reporter commands have no reponses.  If we
+/* To allow for pipelining, reporter commands have no responses.  If we
  * get an error, we ignore all subsequent reporter commands and return
  * the error finish_report, to be handled by the calling command.
  */

Modified: subversion/trunk/subversion/svnserve/server.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svnserve/server.h?rev=1875972&r1=1875971&r2=1875972&view=diff
==============================================================================
--- subversion/trunk/subversion/svnserve/server.h (original)
+++ subversion/trunk/subversion/svnserve/server.h Tue Mar 31 23:11:01 2020
@@ -71,7 +71,7 @@ typedef struct repository_t {
 #endif
 
   enum access_type auth_access; /* access granted to authenticated users */
-  enum access_type anon_access; /* access granted to annonymous users */
+  enum access_type anon_access; /* access granted to anonymous users */
 
 } repository_t;
 

Modified: subversion/trunk/subversion/svnserve/svnserve.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svnserve/svnserve.c?rev=1875972&r1=1875971&r2=1875972&view=diff
==============================================================================
--- subversion/trunk/subversion/svnserve/svnserve.c (original)
+++ subversion/trunk/subversion/svnserve/svnserve.c Tue Mar 31 23:11:01 2020
@@ -1349,7 +1349,7 @@ sub_main(int *exit_code, int argc, const
           status = apr_proc_fork(&proc, connection->pool);
           if (status == APR_INCHILD)
             {
-              /* the child would't listen to the main server's socket */
+              /* the child wouldn't listen to the main server's socket */
               apr_socket_close(sock);
 
               /* serve_socket() logs any error it returns, so ignore it. */

Modified: subversion/trunk/subversion/svnsync/sync.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svnsync/sync.c?rev=1875972&r1=1875971&r2=1875972&view=diff
==============================================================================
--- subversion/trunk/subversion/svnsync/sync.c (original)
+++ subversion/trunk/subversion/svnsync/sync.c Tue Mar 31 23:11:01 2020
@@ -640,7 +640,7 @@ close_edit(void *edit_baton,
 {
   edit_baton_t *eb = edit_baton;
 
-  /* If we haven't opened the root yet, that means we're transfering
+  /* If we haven't opened the root yet, that means we're transferring
      an empty revision, probably because we aren't allowed to see the
      contents for some reason.  In any event, we need to open the root
      and close it again, before we can close out the edit, or the