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:07:08 UTC

svn commit: r1875971 [1/2] - in /subversion/trunk/subversion: libsvn_client/ libsvn_delta/ libsvn_diff/ libsvn_fs/ libsvn_fs_base/ libsvn_fs_base/bdb/ libsvn_fs_base/notes/ libsvn_fs_fs/ libsvn_fs_x/ libsvn_ra/ libsvn_ra_local/ libsvn_ra_serf/ libsvn_r...

Author: jamessan
Date: Tue Mar 31 23:07:06 2020
New Revision: 1875971

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

* libsvn_client/add.c, libsvn_client/blame.c, libsvn_client/commit_util.c,
  libsvn_client/conflicts.c, libsvn_client/copy.c, libsvn_client/diff.c,
  libsvn_client/export.c, libsvn_client/import.c, libsvn_client/merge.c,
  libsvn_client/mergeinfo.c, libsvn_client/mergeinfo.h, libsvn_client/patch.c,
  libsvn_client/switch.c, libsvn_client/update.c, libsvn_delta/branch_compat.c,
  libsvn_delta/compat.c, libsvn_delta/compose_delta.c, libsvn_delta/svndiff.c,
  libsvn_delta/xdelta.c, libsvn_diff/deprecated.c, libsvn_diff/diff_file.c,
  libsvn_fs/fs-loader.c, libsvn_fs_base/bdb/locks-table.c, libsvn_fs_base/fs.c,
  libsvn_fs_base/key-gen.c, libsvn_fs_base/notes/fs-history,
  libsvn_fs_base/reps-strings.c, libsvn_fs_base/tree.c,
  libsvn_fs_fs/cached_data.c, libsvn_fs_fs/hotcopy.c, libsvn_fs_fs/index.c,
  libsvn_fs_fs/low_level.c, libsvn_fs_fs/pack.c, libsvn_fs_fs/structure,
  libsvn_fs_fs/temp_serializer.c, libsvn_fs_fs/transaction.c,
  libsvn_fs_fs/tree.c, libsvn_fs_fs/util.h, libsvn_fs_x/cached_data.c,
  libsvn_fs_x/caching.c, libsvn_fs_x/hotcopy.c, libsvn_fs_x/id.h,
  libsvn_fs_x/index.c, libsvn_fs_x/low_level.c, libsvn_fs_x/pack.c,
  libsvn_fs_x/rev_file.c, libsvn_fs_x/structure, libsvn_fs_x/temp_serializer.c,
  libsvn_fs_x/transaction.c, libsvn_fs_x/tree.c, libsvn_fs_x/util.h,
  libsvn_ra/ra_loader.c, libsvn_ra/ra_loader.h, libsvn_ra/util.c,
  libsvn_ra/wrapper_template.h, libsvn_ra_local/ra_plugin.c,
  libsvn_ra_serf/commit.c, libsvn_ra_serf/get_file.c,
  libsvn_ra_serf/property.c, libsvn_ra_serf/ra_serf.h, libsvn_ra_serf/update.c,
  libsvn_ra_serf/util.c, libsvn_ra_svn/client.c, libsvn_ra_svn/cyrus_auth.c,
  libsvn_ra_svn/marshal.c, libsvn_repos/authz_parse.c, libsvn_repos/commit.c,
  libsvn_repos/compat.c, libsvn_repos/hooks.c, libsvn_repos/load.c,
  libsvn_repos/log.c, libsvn_repos/notify.c, libsvn_repos/repos.c,
  libsvn_repos/repos.h, libsvn_subr/cache-memcache.c, libsvn_subr/cmdline.c,
  libsvn_subr/config_file.c, libsvn_subr/date.c, libsvn_subr/gpg_agent.c,
  libsvn_subr/io.c, libsvn_subr/object_pool.c, libsvn_subr/path.c,
  libsvn_subr/prompt.c, libsvn_subr/string.c, libsvn_subr/sysinfo.c,
  libsvn_subr/temp_serializer.c, libsvn_subr/utf.c, libsvn_subr/utf8proc.c,
  libsvn_subr/version.c, libsvn_subr/win32_xlate.c, libsvn_subr/x509parse.c,
  libsvn_wc/conflicts.c, libsvn_wc/conflicts.h, libsvn_wc/copy.c,
  libsvn_wc/lock.c, libsvn_wc/wc_db.c, libsvn_wc/wc_db.h,
  libsvn_wc/wc_db_private.h:
  (): Spelling fixes

Modified:
    subversion/trunk/subversion/libsvn_client/add.c
    subversion/trunk/subversion/libsvn_client/blame.c
    subversion/trunk/subversion/libsvn_client/commit_util.c
    subversion/trunk/subversion/libsvn_client/conflicts.c
    subversion/trunk/subversion/libsvn_client/copy.c
    subversion/trunk/subversion/libsvn_client/diff.c
    subversion/trunk/subversion/libsvn_client/export.c
    subversion/trunk/subversion/libsvn_client/import.c
    subversion/trunk/subversion/libsvn_client/merge.c
    subversion/trunk/subversion/libsvn_client/mergeinfo.c
    subversion/trunk/subversion/libsvn_client/mergeinfo.h
    subversion/trunk/subversion/libsvn_client/patch.c
    subversion/trunk/subversion/libsvn_client/switch.c
    subversion/trunk/subversion/libsvn_client/update.c
    subversion/trunk/subversion/libsvn_delta/branch_compat.c
    subversion/trunk/subversion/libsvn_delta/compat.c
    subversion/trunk/subversion/libsvn_delta/compose_delta.c
    subversion/trunk/subversion/libsvn_delta/svndiff.c
    subversion/trunk/subversion/libsvn_delta/xdelta.c
    subversion/trunk/subversion/libsvn_diff/deprecated.c
    subversion/trunk/subversion/libsvn_diff/diff_file.c
    subversion/trunk/subversion/libsvn_fs/fs-loader.c
    subversion/trunk/subversion/libsvn_fs_base/bdb/locks-table.c
    subversion/trunk/subversion/libsvn_fs_base/fs.c
    subversion/trunk/subversion/libsvn_fs_base/key-gen.c
    subversion/trunk/subversion/libsvn_fs_base/notes/fs-history
    subversion/trunk/subversion/libsvn_fs_base/reps-strings.c
    subversion/trunk/subversion/libsvn_fs_base/tree.c
    subversion/trunk/subversion/libsvn_fs_fs/cached_data.c
    subversion/trunk/subversion/libsvn_fs_fs/hotcopy.c
    subversion/trunk/subversion/libsvn_fs_fs/index.c
    subversion/trunk/subversion/libsvn_fs_fs/low_level.c
    subversion/trunk/subversion/libsvn_fs_fs/pack.c
    subversion/trunk/subversion/libsvn_fs_fs/structure
    subversion/trunk/subversion/libsvn_fs_fs/temp_serializer.c
    subversion/trunk/subversion/libsvn_fs_fs/transaction.c
    subversion/trunk/subversion/libsvn_fs_fs/tree.c
    subversion/trunk/subversion/libsvn_fs_fs/util.h
    subversion/trunk/subversion/libsvn_fs_x/cached_data.c
    subversion/trunk/subversion/libsvn_fs_x/caching.c
    subversion/trunk/subversion/libsvn_fs_x/hotcopy.c
    subversion/trunk/subversion/libsvn_fs_x/id.h
    subversion/trunk/subversion/libsvn_fs_x/index.c
    subversion/trunk/subversion/libsvn_fs_x/low_level.c
    subversion/trunk/subversion/libsvn_fs_x/pack.c
    subversion/trunk/subversion/libsvn_fs_x/rev_file.c
    subversion/trunk/subversion/libsvn_fs_x/structure
    subversion/trunk/subversion/libsvn_fs_x/temp_serializer.c
    subversion/trunk/subversion/libsvn_fs_x/transaction.c
    subversion/trunk/subversion/libsvn_fs_x/tree.c
    subversion/trunk/subversion/libsvn_fs_x/util.h
    subversion/trunk/subversion/libsvn_ra/ra_loader.c
    subversion/trunk/subversion/libsvn_ra/ra_loader.h
    subversion/trunk/subversion/libsvn_ra/util.c
    subversion/trunk/subversion/libsvn_ra/wrapper_template.h
    subversion/trunk/subversion/libsvn_ra_local/ra_plugin.c
    subversion/trunk/subversion/libsvn_ra_serf/commit.c
    subversion/trunk/subversion/libsvn_ra_serf/get_file.c
    subversion/trunk/subversion/libsvn_ra_serf/property.c
    subversion/trunk/subversion/libsvn_ra_serf/ra_serf.h
    subversion/trunk/subversion/libsvn_ra_serf/update.c
    subversion/trunk/subversion/libsvn_ra_serf/util.c
    subversion/trunk/subversion/libsvn_ra_svn/client.c
    subversion/trunk/subversion/libsvn_ra_svn/cyrus_auth.c
    subversion/trunk/subversion/libsvn_ra_svn/marshal.c
    subversion/trunk/subversion/libsvn_repos/authz_parse.c
    subversion/trunk/subversion/libsvn_repos/commit.c
    subversion/trunk/subversion/libsvn_repos/compat.c
    subversion/trunk/subversion/libsvn_repos/hooks.c
    subversion/trunk/subversion/libsvn_repos/load.c
    subversion/trunk/subversion/libsvn_repos/log.c
    subversion/trunk/subversion/libsvn_repos/notify.c
    subversion/trunk/subversion/libsvn_repos/repos.c
    subversion/trunk/subversion/libsvn_repos/repos.h
    subversion/trunk/subversion/libsvn_subr/cache-memcache.c
    subversion/trunk/subversion/libsvn_subr/cmdline.c
    subversion/trunk/subversion/libsvn_subr/config_file.c
    subversion/trunk/subversion/libsvn_subr/date.c
    subversion/trunk/subversion/libsvn_subr/gpg_agent.c
    subversion/trunk/subversion/libsvn_subr/io.c
    subversion/trunk/subversion/libsvn_subr/object_pool.c
    subversion/trunk/subversion/libsvn_subr/path.c
    subversion/trunk/subversion/libsvn_subr/prompt.c
    subversion/trunk/subversion/libsvn_subr/string.c
    subversion/trunk/subversion/libsvn_subr/sysinfo.c
    subversion/trunk/subversion/libsvn_subr/temp_serializer.c
    subversion/trunk/subversion/libsvn_subr/utf.c
    subversion/trunk/subversion/libsvn_subr/utf8proc.c
    subversion/trunk/subversion/libsvn_subr/version.c
    subversion/trunk/subversion/libsvn_subr/win32_xlate.c
    subversion/trunk/subversion/libsvn_subr/x509parse.c
    subversion/trunk/subversion/libsvn_wc/conflicts.c
    subversion/trunk/subversion/libsvn_wc/conflicts.h
    subversion/trunk/subversion/libsvn_wc/copy.c
    subversion/trunk/subversion/libsvn_wc/lock.c
    subversion/trunk/subversion/libsvn_wc/wc_db.c
    subversion/trunk/subversion/libsvn_wc/wc_db.h
    subversion/trunk/subversion/libsvn_wc/wc_db_private.h

Modified: subversion/trunk/subversion/libsvn_client/add.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/add.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/add.c (original)
+++ subversion/trunk/subversion/libsvn_client/add.c Tue Mar 31 23:07:06 2020
@@ -647,7 +647,7 @@ svn_client__get_all_auto_props(apr_hash_
 
 
   /* Are "traditional" auto-props enabled?  If so grab them from the
-    config.  This is our starting set auto-props, which may be overriden
+    config.  This is our starting set auto-props, which may be overridden
     by svn:auto-props. */
   SVN_ERR(svn_config_get_bool(cfg, &use_autoprops,
                               SVN_CONFIG_SECTION_MISCELLANY,

Modified: subversion/trunk/subversion/libsvn_client/blame.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/blame.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/blame.c (original)
+++ subversion/trunk/subversion/libsvn_client/blame.c Tue Mar 31 23:07:06 2020
@@ -902,9 +902,9 @@ svn_client_blame6(svn_revnum_t *start_re
       /* If we never created any blame for the original chain, create it now,
          with the most recent changed revision.  This could occur if a file
          was created on a branch and them merged to another branch.  This is
-         semanticly a copy, and we want to use the revision on the branch as
+         semantically a copy, and we want to use the revision on the branch as
          the most recently changed revision.  ### Is this really what we want
-         to do here?  Do the sematics of copy change? */
+         to do here?  Do the semantics of copy change? */
       if (!frb.chain->blame)
         frb.chain->blame = blame_create(frb.chain, frb.last_rev, 0);
 

Modified: subversion/trunk/subversion/libsvn_client/commit_util.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/commit_util.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/commit_util.c (original)
+++ subversion/trunk/subversion/libsvn_client/commit_util.c Tue Mar 31 23:07:06 2020
@@ -2031,7 +2031,7 @@ svn_client__get_log_msg(const char **log
               old_item->kind = item->kind;
               old_item->url = item->url;
               /* The pre-1.3 API used the revision field for copyfrom_rev
-                 and revision depeding of copyfrom_url. */
+                 and revision depending of copyfrom_url. */
               old_item->revision = item->copyfrom_url ?
                 item->copyfrom_rev : item->revision;
               old_item->copyfrom_url = item->copyfrom_url;

Modified: subversion/trunk/subversion/libsvn_client/conflicts.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/conflicts.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/conflicts.c (original)
+++ subversion/trunk/subversion/libsvn_client/conflicts.c Tue Mar 31 23:07:06 2020
@@ -1700,7 +1700,7 @@ find_moves(void *baton, svn_log_entry_t
   return SVN_NO_ERROR;
 }
 
-/* Find all moves which occured in repository history starting at
+/* Find all moves which occurred in repository history starting at
  * REPOS_RELPATH@START_REV until END_REV (where START_REV > END_REV).
  * Return results in *MOVES_TABLE (see struct find_moves_baton for details). */
 static svn_error_t *
@@ -4891,7 +4891,7 @@ struct find_added_rev_baton
  * Finds the revision in which a node was added by tracing 'start'
  * revisions in location segments reported for the node.
  * If the PARENT_REPOS_RELPATH in the baton is not NULL, only consider
- * segments in which the node existed somwhere beneath this path. */
+ * segments in which the node existed somewhere beneath this path. */
 static svn_error_t *
 find_added_rev(svn_location_segment_t *segment,
                void *baton,
@@ -5358,7 +5358,7 @@ conflict_tree_get_details_incoming_add(s
       details->deleted_rev_author = NULL;
 
       /* Figure out whether this node was deleted later.
-       * ### Could probably optimize by infering both addition and deletion
+       * ### Could probably optimize by inferring both addition and deletion
        * ### from svn_ra_get_location_segments() call above. */
       SVN_ERR(svn_ra_get_latest_revnum(ra_session, &head_rev, scratch_pool));
       if (new_rev < head_rev)
@@ -5832,10 +5832,10 @@ conflict_tree_get_description_incoming_a
 
 /* Details for tree conflicts involving incoming edits.
  * Note that we store an array of these. Each element corresponds to a
- * revision within the old/new range in which a modification occured. */
+ * revision within the old/new range in which a modification occurred. */
 struct conflict_tree_incoming_edit_details
 {
-  /* The revision in which the edit ocurred. */
+  /* The revision in which the edit occurred. */
   svn_revnum_t rev;
 
   /* The author of the revision. */
@@ -6903,7 +6903,7 @@ resolve_merge_incoming_added_file_text_u
   local_abspath = svn_client_conflict_get_local_abspath(conflict);
   local_change = svn_client_conflict_get_local_change(conflict);
 
-  /* Set up tempory storage for the working version of file. */
+  /* Set up temporary storage for the working version of file. */
   SVN_ERR(svn_wc__get_tmpdir(&wc_tmpdir, ctx->wc_ctx, local_abspath,
                              scratch_pool, scratch_pool));
   SVN_ERR(svn_stream_open_unique(&working_file_tmp_stream,
@@ -7182,7 +7182,7 @@ resolve_merge_incoming_added_file_replac
 
   local_abspath = svn_client_conflict_get_local_abspath(conflict);
 
-  /* Set up tempory storage for the working version of file. */
+  /* Set up temporary storage for the working version of file. */
   SVN_ERR(svn_wc__get_tmpdir(&wc_tmpdir, ctx->wc_ctx, local_abspath,
                              scratch_pool, scratch_pool));
   SVN_ERR(svn_stream_open_unique(&working_file_tmp_stream,
@@ -11086,7 +11086,7 @@ configure_option_sibling_move_merge(svn_
 struct conflict_tree_update_local_moved_away_details {
   /*
    * This array consists of "const char *" absolute paths to working copy
-   * nodes which are uncomitted copies and correspond to the repository path
+   * nodes which are uncommitted copies and correspond to the repository path
    * of the conflict victim.
    * Each such working copy node is a potential local move target which can
    * be chosen to find a suitable merge target when resolving a tree conflict.

Modified: subversion/trunk/subversion/libsvn_client/copy.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/copy.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/copy.c (original)
+++ subversion/trunk/subversion/libsvn_client/copy.c Tue Mar 31 23:07:06 2020
@@ -571,9 +571,9 @@ pin_externals_prop(svn_string_t **pinned
  * mentioned in EXTERNALS_TO_PIN.
  * The pinning operation takes place as part of the copy operation for
  * the source/destination pair PAIR. Use RA_SESSION and REPOS_ROOT_URL
- * to contact the repository containing the externals definition, if neccesary.
+ * to contact the repository containing the externals definition, if necessary.
  * Use CX to fopen additional RA sessions to external repositories, if
- * neccessary. Allocate *NEW_EXTERNALS in RESULT_POOL.
+ * necessary. Allocate *NEW_EXTERNALS in RESULT_POOL.
  * Use SCRATCH_POOL for temporary allocations. */
 static svn_error_t *
 resolve_pinned_externals(apr_hash_t **pinned_externals,
@@ -2687,7 +2687,7 @@ svn_client__repos_to_wc_copy_by_editor(s
   return SVN_NO_ERROR;
 }
 
-/* Peform each individual copy operation for a repos -> wc copy.  A
+/* Perform each individual copy operation for a repos -> wc copy.  A
    helper for repos_to_wc_copy().
 
    PAIR->src_revnum PAIR->src_abspath_or_url should already have been

Modified: subversion/trunk/subversion/libsvn_client/diff.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/diff.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/diff.c (original)
+++ subversion/trunk/subversion/libsvn_client/diff.c Tue Mar 31 23:07:06 2020
@@ -588,7 +588,7 @@ print_diff_index_header(svn_stream_t *ou
 
    ### FIXME needs proper docstring
 
-   If USE_GIT_DIFF_FORMAT is TRUE, pring git diff headers, which always
+   If USE_GIT_DIFF_FORMAT is TRUE, print git diff headers, which always
    show paths relative to the repository root. DDI->session_relpath and
    DDI->wc_ctx are needed to normalize paths relative the repository root,
    and are ignored if USE_GIT_DIFF_FORMAT is FALSE.
@@ -1440,7 +1440,7 @@ diff_dir_deleted(const char *relpath,
    With only one distinct revision the working copy provides the
    other.  When path is a URL there is no working copy. Thus
 
-     1: compare repository versions for URL coresponding to working copy
+     1: compare repository versions for URL corresponding to working copy
      2: compare working copy against repository version
      3: compare repository versions for URL
      4: nothing to do.
@@ -1662,7 +1662,7 @@ diff_prepare_repos_repos(const char **ur
     {
       /* It would be nice if we could just return an error when resolving a
          location fails... But in many such cases we prefer diffing against
-         an not existing location to show adds od removes (see issue #4153) */
+         a non-existent location to show adds or removes (see issue #4153) */
 
       if (resolved2
           && (peg_kind != svn_opt_revision_unspecified
@@ -1688,7 +1688,7 @@ diff_prepare_repos_repos(const char **ur
     {
       /* It would be nice if we could just return an error when resolving a
          location fails... But in many such cases we prefer diffing against
-         an not existing location to show adds od removes (see issue #4153) */
+         a non-existent location to show adds or removes (see issue #4153) */
 
       if (resolved1
           && (peg_kind != svn_opt_revision_unspecified
@@ -1894,7 +1894,7 @@ diff_wc_wc(const char *path1,
    for the underlying diff implementation if the target on either side
    is a file, else at the actual requested targets.
 
-   (The choice of WC anchor implementated here for DDI->anchor appears to
+   (The choice of WC anchor implemented here for DDI->anchor appears to
    be: choose PATH_OR_URL2 (if it's a WC path) or else PATH_OR_URL1 (if
    it's a WC path); then take its parent dir unless both resolved URLs
    refer to directories.)

Modified: subversion/trunk/subversion/libsvn_client/export.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/export.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/export.c (original)
+++ subversion/trunk/subversion/libsvn_client/export.c Tue Mar 31 23:07:06 2020
@@ -268,7 +268,7 @@ export_node(void *baton,
     }
 
   /* Skip file externals if they are a descendant of the export,
-     BUT NOT if we are explictly exporting the file external. */
+     BUT NOT if we are explicitly exporting the file external. */
   if (status->file_external && strcmp(eib->origin_abspath, local_abspath) != 0)
     return SVN_NO_ERROR;
 

Modified: subversion/trunk/subversion/libsvn_client/import.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/import.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/import.c (original)
+++ subversion/trunk/subversion/libsvn_client/import.c Tue Mar 31 23:07:06 2020
@@ -609,7 +609,7 @@ import_dir(const svn_delta_editor_t *edi
  * EDIT_BATON.  LOCAL_ABSPATH can be a file or directory.
  *
  * Sets *UPDATED_REPOSITORY to TRUE when the repository was modified by
- * a successfull commit, otherwise to FALSE.
+ * a successful commit, otherwise to FALSE.
  *
  * DEPTH is the depth at which to import LOCAL_ABSPATH; it behaves as for
  * svn_client_import5().

Modified: subversion/trunk/subversion/libsvn_client/merge.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/merge.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/merge.c (original)
+++ subversion/trunk/subversion/libsvn_client/merge.c Tue Mar 31 23:07:06 2020
@@ -3387,7 +3387,7 @@ merge_dir_closed(const char *relpath,
 
    We register a skipped path, which will make parent mergeinfo non-
    inheritable. This ensures that a future merge might see these skipped
-   changes as eligable for merging.
+   changes as eligible for merging.
 
    For legacy reasons we also notify the path as skipped.
  */

Modified: subversion/trunk/subversion/libsvn_client/mergeinfo.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/mergeinfo.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/mergeinfo.c (original)
+++ subversion/trunk/subversion/libsvn_client/mergeinfo.c Tue Mar 31 23:07:06 2020
@@ -1749,7 +1749,7 @@ svn_client__mergeinfo_log(svn_boolean_t
       if (*target_mergeinfo_catalog)
         {
           /* The caller provided the mergeinfo catalog for
-             TARGET_PATH_OR_URL, so we don't need to accquire
+             TARGET_PATH_OR_URL, so we don't need to acquire
              it ourselves.  We do need to get the repos_root
              though, because get_mergeinfo() won't do it for us. */
           target_mergeinfo_cat = *target_mergeinfo_catalog;

Modified: subversion/trunk/subversion/libsvn_client/mergeinfo.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/mergeinfo.h?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/mergeinfo.h (original)
+++ subversion/trunk/subversion/libsvn_client/mergeinfo.h Tue Mar 31 23:07:06 2020
@@ -316,7 +316,7 @@ svn_client__get_history_as_mergeinfo(svn
 
 /* Parse any explicit mergeinfo on LOCAL_ABSPATH and store it in
    *MERGEINFO.  If no record of any mergeinfo exists, set *MERGEINFO to NULL.
-   Does not acount for inherited mergeinfo.
+   Does not account for inherited mergeinfo.
 
    Allocate the result deeply in @a result_pool. */
 svn_error_t *

Modified: subversion/trunk/subversion/libsvn_client/patch.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/patch.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/patch.c (original)
+++ subversion/trunk/subversion/libsvn_client/patch.c Tue Mar 31 23:07:06 2020
@@ -2470,7 +2470,7 @@ send_patch_notification(const patch_targ
 
 /* Implements the callback for svn_sort__array.  Puts hunks that match
    before hunks that do not match, puts hunks that match in order
-   based on postion matched, puts hunks that do not match in order
+   based on position matched, puts hunks that do not match in order
    based on original position. */
 static int
 sort_matched_hunks(const void *a, const void *b)

Modified: subversion/trunk/subversion/libsvn_client/switch.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/switch.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/switch.c (original)
+++ subversion/trunk/subversion/libsvn_client/switch.c Tue Mar 31 23:07:06 2020
@@ -216,7 +216,7 @@ switch_internal(svn_revnum_t *result_rev
                              anchor_url, switch_loc->repos_root_url);
 
   /* If we're not ignoring ancestry, then error out if the switch
-     source and target don't have a common ancestory.
+     source and target don't have a common ancestry.
 
      ### We're acting on the anchor here, not the target.  Is that
      ### okay? */
@@ -279,7 +279,7 @@ switch_internal(svn_revnum_t *result_rev
 
           /* If LOCAL_ABSPATH will be unswitched relative to its parent, then
              it doesn't need an iprop cache.  Note: It doesn't matter if
-             LOCAL_ABSPATH is withing a switched subtree, only if it's the
+             LOCAL_ABSPATH is within a switched subtree, only if it's the
              *root* of a switched subtree.*/
           if (strcmp(unswitched_url, switch_loc->url) == 0)
             needs_iprop_cache = FALSE;

Modified: subversion/trunk/subversion/libsvn_client/update.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/update.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/update.c (original)
+++ subversion/trunk/subversion/libsvn_client/update.c Tue Mar 31 23:07:06 2020
@@ -96,7 +96,7 @@ svn_client__dirent_fetcher(void *baton,
    folder. ANCHOR_ABSPATH is the w/c root and LOCAL_ABSPATH will still
    be considered empty, if it is equal to ANCHOR_ABSPATH and only
    contains the admin sub-folder.
-   If the w/c folder already exists but cannot be openend, we return
+   If the w/c folder already exists but cannot be opened, we return
    "unclean" - just in case. Most likely, the caller will have to bail
    out later due to the same error we got here.
  */

Modified: subversion/trunk/subversion/libsvn_delta/branch_compat.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_delta/branch_compat.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_delta/branch_compat.c (original)
+++ subversion/trunk/subversion/libsvn_delta/branch_compat.c Tue Mar 31 23:07:06 2020
@@ -918,7 +918,7 @@ apply_change(void **dir_baton,
       SVN_ERR(editor->delete_entry(ev1_relpath, change->deleting_rev,
                                    parent_baton, scratch_pool));
 
-      /* No futher action possible for this node.  */
+      /* No further action possible for this node.  */
       return SVN_NO_ERROR;
     }
 

Modified: subversion/trunk/subversion/libsvn_delta/compat.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_delta/compat.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_delta/compat.c (original)
+++ subversion/trunk/subversion/libsvn_delta/compat.c Tue Mar 31 23:07:06 2020
@@ -108,7 +108,7 @@ svn_compat_wrap_file_rev_handler(svn_fil
  * deletion has side effects (unlike deleting a non-existent regular property
  * would).  To solve this, we introduce *another* function into the API, not
  * a part of the Ev2 callbacks, but a companion which is used to register
- * the unlock of a path.  See ev2_change_file_prop() for implemenation
+ * the unlock of a path.  See ev2_change_file_prop() for implementation
  * details.
  */
 
@@ -467,7 +467,7 @@ run_ev2_actions(struct ev2_edit_baton *e
 
   iterpool = svn_pool_create(scratch_pool);
 
-  /* Possibly pick up where we left off. Ocassionally, we do some of these
+  /* Possibly pick up where we left off. Occasionally, we do some of these
      as part of close_edit() and then some more as part of abort_edit()  */
   for (; eb->paths_processed < eb->path_order->nelts; ++eb->paths_processed)
     {
@@ -877,7 +877,7 @@ ev2_change_file_prop(void *file_baton,
 
   if (!strcmp(name, SVN_PROP_ENTRY_LOCK_TOKEN) && value == NULL)
     {
-      /* We special case the lock token propery deletion, which is the
+      /* We special case the lock token property deletion, which is the
          server's way of telling the client to unlock the path. */
 
       /* ### this duplicates much of apply_propedit(). fix in future.  */
@@ -1619,7 +1619,7 @@ apply_change(void **dir_baton,
       SVN_ERR(deditor->delete_entry(ev1_relpath, change->deleting,
                                     parent_baton, scratch_pool));
 
-      /* No futher action possible for this node.  */
+      /* No further action possible for this node.  */
       return SVN_NO_ERROR;
     }
 

Modified: subversion/trunk/subversion/libsvn_delta/compose_delta.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_delta/compose_delta.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_delta/compose_delta.c (original)
+++ subversion/trunk/subversion/libsvn_delta/compose_delta.c Tue Mar 31 23:07:06 2020
@@ -128,7 +128,7 @@ free_block(void *ptr, alloc_block_t **fr
 
 
 /* ==================================================================== */
-/* Mapping offsets in the target streem to txdelta ops. */
+/* Mapping offsets in the target stream to txdelta ops. */
 
 typedef struct offset_index_t
 {

Modified: subversion/trunk/subversion/libsvn_delta/svndiff.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_delta/svndiff.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_delta/svndiff.c (original)
+++ subversion/trunk/subversion/libsvn_delta/svndiff.c Tue Mar 31 23:07:06 2020
@@ -396,7 +396,7 @@ struct decode_baton
 };
 
 
-/* Wrapper aroung svn__deencode_uint taking a file size as *VAL. */
+/* Wrapper around svn__deencode_uint taking a file size as *VAL. */
 static const unsigned char *
 decode_file_offset(svn_filesize_t *val,
                    const unsigned char *p,

Modified: subversion/trunk/subversion/libsvn_delta/xdelta.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_delta/xdelta.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_delta/xdelta.c (original)
+++ subversion/trunk/subversion/libsvn_delta/xdelta.c Tue Mar 31 23:07:06 2020
@@ -124,7 +124,7 @@ struct blocks
      This value has an upper bound proportionate to the text delta
      window size, so unless we dramatically increase the window size,
      it's safe to make this a 32-bit value.  In any case, it has to be
-     hte same width as the block position index, (struct
+     the same width as the block position index, (struct
      block).pos. */
   apr_uint32_t max;
 

Modified: subversion/trunk/subversion/libsvn_diff/deprecated.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_diff/deprecated.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_diff/deprecated.c (original)
+++ subversion/trunk/subversion/libsvn_diff/deprecated.c Tue Mar 31 23:07:06 2020
@@ -409,7 +409,7 @@ svn_diff_mem_string_output_merge2(svn_st
                                                            conflict_latest,
                                                            conflict_separator,
                                                            style,
-                                                           /* no cancelation */
+                                                           /* no cancellation */
                                                            NULL, NULL,
                                                            pool));
 }

Modified: subversion/trunk/subversion/libsvn_diff/diff_file.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_diff/diff_file.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_diff/diff_file.c (original)
+++ subversion/trunk/subversion/libsvn_diff/diff_file.c Tue Mar 31 23:07:06 2020
@@ -1095,7 +1095,7 @@ token_compare(void *baton, void *token1,
           if (length[i] == 0)
             {
               /* Error if raw_length is 0, that's an unexpected change
-               * of the file that can happen when ingoring whitespace
+               * of the file that can happen when ignoring whitespace
                * and that can lead to an infinite loop. */
               if (raw_length[i] == 0)
                 return svn_error_createf(SVN_ERR_DIFF_DATASOURCE_MODIFIED,

Modified: subversion/trunk/subversion/libsvn_fs/fs-loader.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs/fs-loader.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs/fs-loader.c (original)
+++ subversion/trunk/subversion/libsvn_fs/fs-loader.c Tue Mar 31 23:07:06 2020
@@ -438,7 +438,7 @@ svn_fs_initialize(apr_pool_t *pool)
 static void
 default_warning_func(void *baton, svn_error_t *err)
 {
-  /* The one unforgiveable sin is to fail silently.  Dumping to stderr
+  /* The one unforgivable sin is to fail silently.  Dumping to stderr
      or /dev/tty is not acceptable default behavior for server
      processes, since those may both be equivalent to /dev/null.
 

Modified: subversion/trunk/subversion/libsvn_fs_base/bdb/locks-table.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_base/bdb/locks-table.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_base/bdb/locks-table.c (original)
+++ subversion/trunk/subversion/libsvn_fs_base/bdb/locks-table.c Tue Mar 31 23:07:06 2020
@@ -261,7 +261,7 @@ svn_fs_bdb__locks_get(svn_fs_t *fs,
   lookup_len = strlen(lookup_path);
 
   /* As long as the prefix of the returned KEY matches LOOKUP_PATH we
-     know it is either LOOKUP_PATH or a decendant thereof.  */
+     know it is either LOOKUP_PATH or a descendant thereof.  */
   while ((! db_err)
          && lookup_len < key.size
          && strncmp(lookup_path, key.data, lookup_len) == 0)

Modified: subversion/trunk/subversion/libsvn_fs_base/fs.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_base/fs.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_base/fs.c (original)
+++ subversion/trunk/subversion/libsvn_fs_base/fs.c Tue Mar 31 23:07:06 2020
@@ -907,7 +907,7 @@ bdb_recover(const char *path, svn_boolea
      will simply join it instead, and will then be running with
      incorrectly sized (and probably terribly small) caches.  */
 
-  /* Note that since we're using a private environment, we shoudl
+  /* Note that since we're using a private environment, we should
      /not/ initialize locking. We want the environment files to go
      away. */
 
@@ -1078,7 +1078,7 @@ base_bdb_logfiles(apr_array_header_t **l
 /* Copying a live Berkeley DB-base filesystem.  */
 
 /**
- * Delete all unused log files from DBD enviroment at @a live_path that exist
+ * Delete all unused log files from DBD environment at @a live_path that exist
  * in @a backup_path.
  */
 static svn_error_t *

Modified: subversion/trunk/subversion/libsvn_fs_base/key-gen.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_base/key-gen.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_base/key-gen.c (original)
+++ subversion/trunk/subversion/libsvn_fs_base/key-gen.c Tue Mar 31 23:07:06 2020
@@ -50,7 +50,7 @@ svn_fs_base__next_key(const char *this,
    * from being propagated further. */
   SVN_ERR_ASSERT_NO_RETURN(olen != 0 && (olen == 1 || this[0] != '0'));
 
-  i = olen - 1; /* initial index: we work backwords */
+  i = olen - 1; /* initial index: we work backwards */
   while (1729)
     {
       c = this[i];

Modified: subversion/trunk/subversion/libsvn_fs_base/notes/fs-history
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_base/notes/fs-history?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_base/notes/fs-history (original)
+++ subversion/trunk/subversion/libsvn_fs_base/notes/fs-history Tue Mar 31 23:07:06 2020
@@ -128,7 +128,7 @@ node-revision ID consists of the same no
 that was cloned (since this is just another point along the historical
 lineage of this versioned resource), a copy ID (which will be
 discussed later), and the txn ID in which this modification is
-occuring.
+occurring.
 
 There are some cool things we can read between the lines above.  Since
 the only time a node-revision comes into existence is when it is brand

Modified: subversion/trunk/subversion/libsvn_fs_base/reps-strings.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_base/reps-strings.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_base/reps-strings.c (original)
+++ subversion/trunk/subversion/libsvn_fs_base/reps-strings.c Tue Mar 31 23:07:06 2020
@@ -1,4 +1,4 @@
-/* reps-strings.c : intepreting representations with respect to strings
+/* reps-strings.c : interpreting representations with respect to strings
  *
  * ====================================================================
  *    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/libsvn_fs_base/tree.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_base/tree.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_base/tree.c (original)
+++ subversion/trunk/subversion/libsvn_fs_base/tree.c Tue Mar 31 23:07:06 2020
@@ -1627,7 +1627,7 @@ base_dir_optimal_order(apr_array_header_
                        apr_pool_t *result_pool,
                        apr_pool_t *scratch_pool)
 {
-  /* 1:1 copy of entries with no differnce in ordering */
+  /* 1:1 copy of entries with no difference in ordering */
   apr_hash_index_t *hi;
   apr_array_header_t *result
     = apr_array_make(result_pool, apr_hash_count(entries),
@@ -3936,7 +3936,7 @@ txn_body_fulltext_finalize_edits(void *b
                     trail->pool);
 }
 
-/* Write function for the publically returned stream. */
+/* Write function for the publicly returned stream. */
 static svn_error_t *
 text_stream_writer(void *baton,
                    const char *data,
@@ -3948,7 +3948,7 @@ text_stream_writer(void *baton,
   return svn_stream_write(tb->file_stream, data, len);
 }
 
-/* Close function for the publically returned stream. */
+/* Close function for the publicly returned stream. */
 static svn_error_t *
 text_stream_closer(void *baton)
 {

Modified: subversion/trunk/subversion/libsvn_fs_fs/cached_data.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_fs/cached_data.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_fs/cached_data.c (original)
+++ subversion/trunk/subversion/libsvn_fs_fs/cached_data.c Tue Mar 31 23:07:06 2020
@@ -1224,7 +1224,7 @@ struct rep_read_baton
   /* Used for temporary allocations during the read. */
   apr_pool_t *pool;
 
-  /* Pool used to store file handles and other data that is persistant
+  /* Pool used to store file handles and other data that is persistent
      for the entire stream read. */
   apr_pool_t *filehandle_pool;
 };
@@ -1775,7 +1775,7 @@ get_combined_window(svn_stringbuf_t **re
   return SVN_NO_ERROR;
 }
 
-/* Returns whether or not the expanded fulltext of the file is cachable
+/* Returns whether or not the expanded fulltext of the file is cacheable
  * based on its size SIZE.  The decision depends on the cache used by FFD.
  */
 static svn_boolean_t
@@ -2699,7 +2699,7 @@ read_dir_entries(apr_array_header_t **en
 }
 
 /* For directory NODEREV in FS, return the *FILESIZE of its in-txn
- * representation.  If the directory representation is comitted data,
+ * representation.  If the directory representation is committed data,
  * set *FILESIZE to SVN_INVALID_FILESIZE. Use SCRATCH_POOL for temporaries.
  */
 static svn_error_t *
@@ -3345,7 +3345,7 @@ cache_windows(svn_fs_t *fs,
           /* update relative offset in representation */
           rs->current += window_len;
 
-          /* Construct the cachable raw window object. */
+          /* Construct the cacheable raw window object. */
           window.end_offset = rs->current;
           window.window.len = window_len;
           window.window.data = buf;

Modified: subversion/trunk/subversion/libsvn_fs_fs/hotcopy.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_fs/hotcopy.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_fs/hotcopy.c (original)
+++ subversion/trunk/subversion/libsvn_fs_fs/hotcopy.c Tue Mar 31 23:07:06 2020
@@ -922,7 +922,7 @@ hotcopy_body(void *baton, apr_pool_t *po
     SVN_ERR(cancel_func(cancel_baton));
 
   /* Split the logic for new and old FS formats. The latter is much simpler
-   * due to the absense of sharding and packing. However, it requires special
+   * due to the absence of sharding and packing. However, it requires special
    * care when updating the 'current' file (which contains not just the
    * revision number, but also the next-ID counters). */
   if (src_ffd->format >= SVN_FS_FS__MIN_NO_GLOBAL_IDS_FORMAT)

Modified: subversion/trunk/subversion/libsvn_fs_fs/index.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_fs/index.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_fs/index.c (original)
+++ subversion/trunk/subversion/libsvn_fs_fs/index.c Tue Mar 31 23:07:06 2020
@@ -2522,8 +2522,8 @@ get_p2l_page(apr_array_header_t **entrie
  * MIN_OFFSET.  Set *END to TRUE if the caller should stop refeching.
  *
  * *BATON will be updated with the selected page's info and SCRATCH_POOL
- * will be used for temporary allocations.  If the data is alread in the
- * cache, descrease *LEAKING_BUCKET and increase it otherwise.  With that
+ * will be used for temporary allocations.  If the data is already in the
+ * cache, decrease *LEAKING_BUCKET and increase it otherwise.  With that
  * pattern we will still read all pages from the block even if some of
  * them survived in the cached.
  */
@@ -2681,7 +2681,7 @@ append_p2l_entries(apr_array_header_t *e
     }
 }
 
-/* Auxilliary struct passed to p2l_entries_func selecting the relevant
+/* Auxiliary struct passed to p2l_entries_func selecting the relevant
  * data range. */
 typedef struct p2l_entries_baton_t
 {

Modified: subversion/trunk/subversion/libsvn_fs_fs/low_level.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_fs/low_level.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_fs/low_level.c (original)
+++ subversion/trunk/subversion/libsvn_fs_fs/low_level.c Tue Mar 31 23:07:06 2020
@@ -248,7 +248,7 @@ svn_fs_fs__parse_footer(apr_off_t *l2p_o
                             rev));
   *p2l_offset = (apr_off_t)val;
 
-  /* The P2L indes follows the L2P index */
+  /* The P2L index follows the L2P index */
   if (*p2l_offset <= *l2p_offset)
     return svn_error_createf(SVN_ERR_FS_CORRUPT, NULL,
                              "P2L offset %s must be larger than L2P offset %s"

Modified: subversion/trunk/subversion/libsvn_fs_fs/pack.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_fs/pack.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_fs/pack.c (original)
+++ subversion/trunk/subversion/libsvn_fs_fs/pack.c Tue Mar 31 23:07:06 2020
@@ -1701,7 +1701,7 @@ svn_fs_fs__get_packed_offset(apr_off_t *
   return svn_cache__set(ffd->packed_offset_cache, &shard, manifest, pool);
 }
 
-/* Packing logic for physical addresssing mode:
+/* Packing logic for physical addressing mode:
  * Simply concatenate all revision contents.
  *
  * Pack the revision shard starting at SHARD_REV containing exactly

Modified: subversion/trunk/subversion/libsvn_fs_fs/structure
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_fs/structure?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_fs/structure (original)
+++ subversion/trunk/subversion/libsvn_fs_fs/structure Tue Mar 31 23:07:06 2020
@@ -118,7 +118,7 @@ representation checksum and location map
 hash text as the primary key, mapped to the representation revision, offset,
 size and expanded size.  This file is only consulted during writes and never
 during reads.  Consequently, it is not required, and may be removed at an
-abritrary time, with the subsequent loss of rep-sharing capabilities for
+arbitrary time, with the subsequent loss of rep-sharing capabilities for
 revisions written thereafter.
 
 Filesystem formats

Modified: subversion/trunk/subversion/libsvn_fs_fs/temp_serializer.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_fs/temp_serializer.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_fs/temp_serializer.c (original)
+++ subversion/trunk/subversion/libsvn_fs_fs/temp_serializer.c Tue Mar 31 23:07:06 2020
@@ -38,7 +38,7 @@
 #include "cached_data.h"
 
 /* Utility to encode a signed NUMBER into a variable-length sequence of
- * 8-bit chars in KEY_BUFFER and return the last writen position.
+ * 8-bit chars in KEY_BUFFER and return the last written position.
  *
  * Numbers will be stored in 7 bits / byte and using byte values above
  * 32 (' ') to make them combinable with other string by simply separating

Modified: subversion/trunk/subversion/libsvn_fs_fs/transaction.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_fs/transaction.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_fs/transaction.c (original)
+++ subversion/trunk/subversion/libsvn_fs_fs/transaction.c Tue Mar 31 23:07:06 2020
@@ -3713,7 +3713,7 @@ promote_cached_directories(svn_fs_t *fs,
 
       /* Currently, the entry for KEY - if it still exists - is marked
        * as "stale" and would not be used.  Mark it as current for in-
-       * revison data. */
+       * revision data. */
       SVN_ERR(svn_cache__set_partial(ffd->dir_cache, key,
                                      svn_fs_fs__reset_txn_filesize, NULL,
                                      iterpool));

Modified: subversion/trunk/subversion/libsvn_fs_fs/tree.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_fs/tree.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_fs/tree.c (original)
+++ subversion/trunk/subversion/libsvn_fs_fs/tree.c Tue Mar 31 23:07:06 2020
@@ -3148,7 +3148,7 @@ struct text_baton_t
  * svn_fs_apply_text()      ==> ... ==> txn_body_fulltext_finalize_edits()
  */
 
-/* Write function for the publically returned stream. */
+/* Write function for the publicly returned stream. */
 static svn_error_t *
 text_stream_writer(void *baton,
                    const char *data,
@@ -3160,7 +3160,7 @@ text_stream_writer(void *baton,
   return svn_stream_write(tb->file_stream, data, len);
 }
 
-/* Close function for the publically returned stream. */
+/* Close function for the publicly returned stream. */
 static svn_error_t *
 text_stream_closer(void *baton)
 {

Modified: subversion/trunk/subversion/libsvn_fs_fs/util.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_fs/util.h?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_fs/util.h (original)
+++ subversion/trunk/subversion/libsvn_fs_fs/util.h Tue Mar 31 23:07:06 2020
@@ -316,7 +316,7 @@ svn_error_t *
 svn_fs_fs__update_min_unpacked_rev(svn_fs_t *fs,
                                    apr_pool_t *pool);
 
-/* Atomically update the 'min-unpacked-rev' file in FS to hold the specifed
+/* Atomically update the 'min-unpacked-rev' file in FS to hold the specified
  * REVNUM.  Perform temporary allocations in SCRATCH_POOL.
  */
 svn_error_t *
@@ -336,7 +336,7 @@ svn_fs_fs__read_current(svn_revnum_t *re
                         svn_fs_t *fs,
                         apr_pool_t *pool);
 
-/* Atomically update the 'current' file to hold the specifed REV,
+/* Atomically update the 'current' file to hold the specified REV,
    NEXT_NODE_ID, and NEXT_COPY_ID.  (The two next-ID parameters are
    ignored and may be 0 if the FS format does not use them.)
    Perform temporary allocations in POOL. */

Modified: subversion/trunk/subversion/libsvn_fs_x/cached_data.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_x/cached_data.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_x/cached_data.c (original)
+++ subversion/trunk/subversion/libsvn_fs_x/cached_data.c Tue Mar 31 23:07:06 2020
@@ -394,7 +394,7 @@ svn_fs_x__get_mergeinfo_count(apr_int64_
 {
   svn_fs_x__noderev_t *noderev;
 
-  /* If we want a full acccess log, we need to provide full data and
+  /* If we want a full access log, we need to provide full data and
      cannot take shortcuts here. */
 #if !defined(SVN_FS_X__LOG_ACCESS)
 
@@ -951,7 +951,7 @@ typedef struct rep_read_baton_t
   /* Used for temporary allocations during the read. */
   apr_pool_t *scratch_pool;
 
-  /* Pool used to store file handles and other data that is persistant
+  /* Pool used to store file handles and other data that is persistent
      for the entire stream read. */
   apr_pool_t *filehandle_pool;
 } rep_read_baton_t;
@@ -1518,7 +1518,7 @@ get_combined_window(svn_stringbuf_t **re
   return SVN_NO_ERROR;
 }
 
-/* Returns whether or not the expanded fulltext of the file is cachable
+/* Returns whether or not the expanded fulltext of the file is cacheable
  * based on its size SIZE.  The decision depends on the cache used by FFD.
  */
 static svn_boolean_t
@@ -2585,7 +2585,7 @@ parse_dir_entries(apr_array_header_t **e
 }
 
 /* For directory NODEREV in FS, return the *FILESIZE of its in-txn
- * representation.  If the directory representation is comitted data,
+ * representation.  If the directory representation is committed data,
  * set *FILESIZE to SVN_INVALID_FILESIZE. Use SCRATCH_POOL for temporaries.
  */
 static svn_error_t *

Modified: subversion/trunk/subversion/libsvn_fs_x/caching.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_x/caching.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_x/caching.c (original)
+++ subversion/trunk/subversion/libsvn_fs_x/caching.c Tue Mar 31 23:07:06 2020
@@ -415,7 +415,7 @@ svn_fs_x__initialize_caches(svn_fs_t *fs
    *   (e.g. fulltexts etc.)
    * - Index data required to find any of the other data has high prio
    *   (e.g. noderevs, L2P and P2L index pages)
-   * - everthing else should use default prio
+   * - everything else should use default prio
    */
 
 #ifdef SVN_DEBUG_CACHE_DUMP_STATS

Modified: subversion/trunk/subversion/libsvn_fs_x/hotcopy.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_x/hotcopy.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_x/hotcopy.c (original)
+++ subversion/trunk/subversion/libsvn_fs_x/hotcopy.c Tue Mar 31 23:07:06 2020
@@ -625,7 +625,7 @@ hotcopy_body(void *baton,
     SVN_ERR(cancel_func(cancel_baton));
 
   /* Split the logic for new and old FS formats. The latter is much simpler
-   * due to the absense of sharding and packing. However, it requires special
+   * due to the absence of sharding and packing. However, it requires special
    * care when updating the 'current' file (which contains not just the
    * revision number, but also the next-ID counters). */
   SVN_ERR(hotcopy_revisions(src_fs, dst_fs, src_youngest, dst_youngest,

Modified: subversion/trunk/subversion/libsvn_fs_x/id.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_x/id.h?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_x/id.h (original)
+++ subversion/trunk/subversion/libsvn_fs_x/id.h Tue Mar 31 23:07:06 2020
@@ -37,7 +37,7 @@ typedef apr_int64_t svn_fs_x__txn_id_t;
 
 /* Change set is the umbrella term for transaction and revision in FSX.
  * Revision numbers (>=0) map 1:1 onto change sets while txns are mapped
- * onto the negatve value range. */
+ * onto the negative value range. */
 typedef apr_int64_t svn_fs_x__change_set_t;
 
 /* Invalid / unused change set number. */

Modified: subversion/trunk/subversion/libsvn_fs_x/index.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_x/index.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_x/index.c (original)
+++ subversion/trunk/subversion/libsvn_fs_x/index.c Tue Mar 31 23:07:06 2020
@@ -2742,8 +2742,8 @@ get_p2l_page(apr_array_header_t **entrie
  * Set *END to TRUE if the caller should stop refeching.
  *
  * *BATON will be updated with the selected page's info and SCRATCH_POOL
- * will be used for temporary allocations.  If the data is alread in the
- * cache, descrease *LEAKING_BUCKET and increase it otherwise.  With that
+ * will be used for temporary allocations.  If the data is already in the
+ * cache, decrease *LEAKING_BUCKET and increase it otherwise.  With that
  * pattern we will still read all pages from the block even if some of
  * them survived in the cached.
  */
@@ -2919,7 +2919,7 @@ append_p2l_entries(apr_array_header_t *e
     }
 }
 
-/* Auxilliary struct passed to p2l_entries_func selecting the relevant
+/* Auxiliary struct passed to p2l_entries_func selecting the relevant
  * data range. */
 typedef struct p2l_entries_baton_t
 {

Modified: subversion/trunk/subversion/libsvn_fs_x/low_level.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_x/low_level.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_x/low_level.c (original)
+++ subversion/trunk/subversion/libsvn_fs_x/low_level.c Tue Mar 31 23:07:06 2020
@@ -161,7 +161,7 @@ svn_fs_x__parse_footer(apr_off_t *l2p_of
                             rev));
   *p2l_offset = (apr_off_t)val;
 
-  /* The P2L indes follows the L2P index */
+  /* The P2L index follows the L2P index */
   if (*p2l_offset <= *l2p_offset)
     return svn_error_createf(SVN_ERR_FS_CORRUPT, NULL,
                              "P2L offset %s must be larger than L2P offset %s"

Modified: subversion/trunk/subversion/libsvn_fs_x/pack.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_x/pack.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_x/pack.c (original)
+++ subversion/trunk/subversion/libsvn_fs_x/pack.c Tue Mar 31 23:07:06 2020
@@ -1461,7 +1461,7 @@ copy_reps_from_temp(pack_context_t *cont
   SVN_ERR(store_items(context, temp_file, reps, initial_reps_count,
                       scratch_pool));
 
-  /* vaccum ENTRIES array: eliminate NULL entries */
+  /* vacuum ENTRIES array: eliminate NULL entries */
   for (i = 0, k = 0; i < reps->nelts; ++i)
     {
       svn_fs_x__p2l_entry_t *entry
@@ -1686,7 +1686,7 @@ write_l2p_index(pack_context_t *context,
                                                context->reps,
                                                pool, scratch_pool));
 
-  /* Append newly written segment to exisiting proto index file. */
+  /* Append newly written segment to existing proto index file. */
   SVN_ERR(svn_io_file_name_get(&proto_index, context->proto_l2p_index,
                                scratch_pool));
 

Modified: subversion/trunk/subversion/libsvn_fs_x/rev_file.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_x/rev_file.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_x/rev_file.c (original)
+++ subversion/trunk/subversion/libsvn_fs_x/rev_file.c Tue Mar 31 23:07:06 2020
@@ -66,7 +66,7 @@ struct svn_fs_x__revision_file_t
   svn_fs_x__index_info_t p2l_info;
 
   /* Pool used for all sub-structure allocations (file, streams etc.).
-     A sub-pool of OWNER. NULL until the lazily initilized. */
+     A sub-pool of OWNER. NULL until the lazily initialized. */
   apr_pool_t *pool;
 
   /* Pool that this structure got allocated in. */

Modified: subversion/trunk/subversion/libsvn_fs_x/structure
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_x/structure?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_x/structure (original)
+++ subversion/trunk/subversion/libsvn_fs_x/structure Tue Mar 31 23:07:06 2020
@@ -112,7 +112,7 @@ representation checksum and location map
 hash text as the primary key, mapped to the representation revision, offset,
 size and expanded size.  This file is only consulted during writes and never
 during reads.  Consequently, it is not required, and may be removed at an
-abritrary time, with the subsequent loss of rep-sharing capabilities for
+arbitrary time, with the subsequent loss of rep-sharing capabilities for
 revisions written thereafter.
 
 Filesystem formats

Modified: subversion/trunk/subversion/libsvn_fs_x/temp_serializer.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_x/temp_serializer.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_x/temp_serializer.c (original)
+++ subversion/trunk/subversion/libsvn_fs_x/temp_serializer.c Tue Mar 31 23:07:06 2020
@@ -38,7 +38,7 @@
 #include "cached_data.h"
 
 /* Utility to encode a signed NUMBER into a variable-length sequence of
- * 8-bit chars in KEY_BUFFER and return the last writen position.
+ * 8-bit chars in KEY_BUFFER and return the last written position.
  *
  * Numbers will be stored in 7 bits / byte and using byte values above
  * 32 (' ') to make them combinable with other string by simply separating
@@ -183,7 +183,7 @@ svn_fs_x__deserialize_apr_array(void *bu
   (*array)->pool = result_pool;
 }
 
-/* auxilliary structure representing the content of a directory array */
+/* auxiliary structure representing the content of a directory array */
 typedef struct dir_data_t
 {
   /* number of entries in the directory

Modified: subversion/trunk/subversion/libsvn_fs_x/transaction.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_x/transaction.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_x/transaction.c (original)
+++ subversion/trunk/subversion/libsvn_fs_x/transaction.c Tue Mar 31 23:07:06 2020
@@ -3066,7 +3066,7 @@ get_final_id(svn_fs_x__id_t *part,
     part->change_set = svn_fs_x__change_set_by_rev(revision);
 }
 
-/* Copy a node-revision specified by id ID in fileystem FS from a
+/* Copy a node-revision specified by id ID in filesystem FS from a
    transaction into the proto-rev-file FILE.  Set *NEW_ID_P to a
    pointer to the new noderev-id.  If this is a directory, copy all
    children as well.
@@ -3738,7 +3738,7 @@ promote_cached_directories(svn_fs_t *fs,
 
       /* Currently, the entry for KEY - if it still exists - is marked
        * as "stale" and would not be used.  Mark it as current for in-
-       * revison data. */
+       * revision data. */
       SVN_ERR(svn_cache__set_partial(ffd->dir_cache, key,
                                      svn_fs_x__reset_txn_filesize, NULL,
                                      iterpool));

Modified: subversion/trunk/subversion/libsvn_fs_x/tree.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_x/tree.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_x/tree.c (original)
+++ subversion/trunk/subversion/libsvn_fs_x/tree.c Tue Mar 31 23:07:06 2020
@@ -2072,7 +2072,7 @@ text_stream_writer(void *baton,
   return svn_stream_write(tb->file_stream, data, len);
 }
 
-/* Close function for the publically returned stream. */
+/* Close function for the publicly returned stream. */
 static svn_error_t *
 text_stream_closer(void *baton)
 {

Modified: subversion/trunk/subversion/libsvn_fs_x/util.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_x/util.h?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_x/util.h (original)
+++ subversion/trunk/subversion/libsvn_fs_x/util.h Tue Mar 31 23:07:06 2020
@@ -384,7 +384,7 @@ svn_error_t *
 svn_fs_x__update_min_unpacked_rev(svn_fs_t *fs,
                                   apr_pool_t *scratch_pool);
 
-/* Atomically update the 'min-unpacked-rev' file in FS to hold the specifed
+/* Atomically update the 'min-unpacked-rev' file in FS to hold the specified
  * REVNUM.  Perform temporary allocations in SCRATCH_POOL.
  */
 svn_error_t *
@@ -400,7 +400,7 @@ svn_fs_x__read_current(svn_revnum_t *rev
                        svn_fs_t *fs,
                        apr_pool_t *scratch_pool);
 
-/* Atomically update the 'current' file to hold the specifed REV.
+/* Atomically update the 'current' file to hold the specified REV.
    Perform temporary allocations in SCRATCH_POOL. */
 svn_error_t *
 svn_fs_x__write_current(svn_fs_t *fs,

Modified: subversion/trunk/subversion/libsvn_ra/ra_loader.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_ra/ra_loader.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_ra/ra_loader.c (original)
+++ subversion/trunk/subversion/libsvn_ra/ra_loader.c Tue Mar 31 23:07:06 2020
@@ -243,7 +243,7 @@ svn_error_t *svn_ra_initialize(apr_pool_
 /* Please note: the implementation of svn_ra_create_callbacks is
  * duplicated in libsvn_ra/wrapper_template.h:compat_open() .  This
  * duplication is intentional, is there to avoid a circular
- * dependancy, and is justified in great length in the code of
+ * dependency, and is justified in great length in the code of
  * compat_open() in libsvn_ra/wrapper_template.h.  If you modify the
  * implementation of svn_ra_create_callbacks(), be sure to keep the
  * code in wrapper_template.h:compat_open() in sync with your

Modified: subversion/trunk/subversion/libsvn_ra/ra_loader.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_ra/ra_loader.h?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_ra/ra_loader.h (original)
+++ subversion/trunk/subversion/libsvn_ra/ra_loader.h Tue Mar 31 23:07:06 2020
@@ -328,7 +328,7 @@ typedef struct svn_ra__vtable_t {
                                       svn_revnum_t revision,
                                       apr_pool_t *result_pool,
                                       apr_pool_t *scratch_pool);
-  /* If not NULL, receives a pointer to svn_ra_open, to alllow opening
+  /* If not NULL, receives a pointer to svn_ra_open, to allow opening
      a new ra session from inside the ra layer without a circular
      library dependency*/
   svn_error_t *(*set_svn_ra_open)(svn_ra_session_t *session,

Modified: subversion/trunk/subversion/libsvn_ra/util.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_ra/util.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_ra/util.c (original)
+++ subversion/trunk/subversion/libsvn_ra/util.c Tue Mar 31 23:07:06 2020
@@ -216,7 +216,7 @@ svn_ra__get_operational_lock(const svn_s
       /* Did we get a value from the repository?  We'll check to see
          if it matches our token.  If so, we call it success.  If not
          and we're told to steal locks, we remember the existing lock
-         token and fall through to the locking code; othewise, we
+         token and fall through to the locking code; otherwise, we
          sleep and retry. */
       if (reposlocktoken)
         {

Modified: subversion/trunk/subversion/libsvn_ra/wrapper_template.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_ra/wrapper_template.h?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_ra/wrapper_template.h (original)
+++ subversion/trunk/subversion/libsvn_ra/wrapper_template.h Tue Mar 31 23:07:06 2020
@@ -61,9 +61,9 @@ static svn_error_t *compat_open(void **s
 {
   /* Here, we should be calling svn_ra_create_callbacks to initialize
    * the svn_ra_callbacks2_t structure.  However, doing that
-   * introduces a circular dependancy between libsvn_ra and
+   * introduces a circular dependency between libsvn_ra and
    * libsvn_ra_{local,neon,serf,svn}, which include
-   * wrapper_template.h.  In turn, circular dependancies break the
+   * wrapper_template.h.  In turn, circular dependencies break the
    * build on win32 (and possibly other systems).
    *
    * In order to avoid this happening at all, the code of

Modified: subversion/trunk/subversion/libsvn_ra_local/ra_plugin.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_ra_local/ra_plugin.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_ra_local/ra_plugin.c (original)
+++ subversion/trunk/subversion/libsvn_ra_local/ra_plugin.c Tue Mar 31 23:07:06 2020
@@ -1754,7 +1754,7 @@ static svn_error_t *
 svn_ra_local__register_editor_shim_callbacks(svn_ra_session_t *session,
                                     svn_delta_shim_callbacks_t *callbacks)
 {
-  /* This is currenly a no-op, since we don't provide our own editor, just
+  /* This is currently a no-op, since we don't provide our own editor, just
      use the one the libsvn_repos hands back to us. */
   return SVN_NO_ERROR;
 }

Modified: subversion/trunk/subversion/libsvn_ra_serf/commit.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_ra_serf/commit.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_ra_serf/commit.c (original)
+++ subversion/trunk/subversion/libsvn_ra_serf/commit.c Tue Mar 31 23:07:06 2020
@@ -1211,7 +1211,7 @@ post_response_handler(serf_request_t *re
   /* Then see which ones we can discover. */
   serf_bucket_headers_do(hdrs, post_headers_iterator_callback, prc);
 
-  /* Execute the 'real' response handler to XML-parse the repsonse body. */
+  /* Execute the 'real' response handler to XML-parse the response body. */
   return svn_ra_serf__expect_empty_body(request, response,
                                         prc->handler, scratch_pool);
 }

Modified: subversion/trunk/subversion/libsvn_ra_serf/get_file.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_ra_serf/get_file.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_ra_serf/get_file.c (original)
+++ subversion/trunk/subversion/libsvn_ra_serf/get_file.c Tue Mar 31 23:07:06 2020
@@ -137,7 +137,7 @@ cancel_fetch(serf_request_t *request,
  * using SESSION->wc_callbacks->get_wc_contents() if sha1 property is
  * present in PROPS.
  *
- * Sets *FOUND_P to TRUE if file contents was successfuly fetched.
+ * Sets *FOUND_P to TRUE if file contents was successfully fetched.
  *
  * Performs all temporary allocations in POOL.
  */

Modified: subversion/trunk/subversion/libsvn_ra_serf/property.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_ra_serf/property.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_ra_serf/property.c (original)
+++ subversion/trunk/subversion/libsvn_ra_serf/property.c Tue Mar 31 23:07:06 2020
@@ -205,7 +205,7 @@ propfind_closed(svn_ra_serf__xml_estate_
 
   if (leaving_state == MULTISTATUS)
     {
-      /* We've gathered all the data from the reponse. Add this item
+      /* We've gathered all the data from the response. Add this item
          onto the "done list". External callers will then know this
          request has been completed (tho stray response bytes may still
          arrive).  */

Modified: subversion/trunk/subversion/libsvn_ra_serf/ra_serf.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_ra_serf/ra_serf.h?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_ra_serf/ra_serf.h (original)
+++ subversion/trunk/subversion/libsvn_ra_serf/ra_serf.h Tue Mar 31 23:07:06 2020
@@ -379,7 +379,7 @@ svn_ra_serf__context_run_wait(svn_boolea
                               apr_pool_t *scratch_pool);
 
 /* Run the context once. Manage waittime_left to handle timing out when
-   nothing happens over the session->timout.
+   nothing happens over the session->timeout.
  */
 svn_error_t *
 svn_ra_serf__context_run(svn_ra_serf__session_t *sess,
@@ -716,7 +716,7 @@ svn_ra_serf__create_expat_handler(svn_ra
                                   apr_pool_t *result_pool);
 
 
-/* Allocated within XES->STATE_POOL. Changes are not allowd (callers
+/* Allocated within XES->STATE_POOL. Changes are not allowed (callers
    should make a deep copy if they need to make changes).
 
    The resulting hash maps char* names to char* values.  */

Modified: subversion/trunk/subversion/libsvn_ra_serf/update.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_ra_serf/update.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_ra_serf/update.c (original)
+++ subversion/trunk/subversion/libsvn_ra_serf/update.c Tue Mar 31 23:07:06 2020
@@ -2223,7 +2223,7 @@ process_buffer(update_delay_baton_t *udb
 }
 
 
-/* Delaying wrapping reponse handler, to avoid creating too many
+/* Delaying wrapping response handler, to avoid creating too many
    requests to deliver efficiently */
 static svn_error_t *
 update_delay_handler(serf_request_t *request,

Modified: subversion/trunk/subversion/libsvn_ra_serf/util.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_ra_serf/util.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_ra_serf/util.c (original)
+++ subversion/trunk/subversion/libsvn_ra_serf/util.c Tue Mar 31 23:07:06 2020
@@ -798,7 +798,7 @@ apr_status_t svn_ra_serf__handle_client_
  *
  * If CONTENT_TYPE is not-NULL, it will be sent as the Content-Type header.
  *
- * If DAV_HEADERS is non-zero, it will add standard DAV capabilites headers
+ * If DAV_HEADERS is non-zero, it will add standard DAV capabilities headers
  * to request.
  *
  * REQUEST_POOL should live for the duration of the request. Serf will
@@ -997,7 +997,7 @@ svn_ra_serf__context_run_wait(svn_boolea
 /* Ensure that a handler is no longer scheduled on the connection.
 
    Eventually serf will have a reliable way to cancel existing requests,
-   but currently it doesn't even have a way to relyable identify a request
+   but currently it doesn't even have a way to reliable identify a request
    after rescheduling, for auth reasons.
 
    So the only thing we can do today is reset the connection, which
@@ -1550,7 +1550,7 @@ handle_response_cb(serf_request_t *reque
          If we would return an error outer-status the connection
          would have to be restarted. With scheduled still TRUE
          destroying the handler's pool will still reset the
-         connection, avoiding the posibility of returning
+         connection, avoiding the possibility of returning
          an error for this handler when a new request is
          scheduled. */
       outer_status = APR_EAGAIN; /* Exit context loop */

Modified: subversion/trunk/subversion/libsvn_ra_svn/client.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_ra_svn/client.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_ra_svn/client.c (original)
+++ subversion/trunk/subversion/libsvn_ra_svn/client.c Tue Mar 31 23:07:06 2020
@@ -561,8 +561,8 @@ static svn_error_t *make_tunnel(const ch
   return SVN_NO_ERROR;
 }
 
-/* Parse URL inot URI, validating it and setting the default port if none
-   was given.  Allocate the URI fileds out of POOL. */
+/* Parse URL into URI, validating it and setting the default port if none
+   was given.  Allocate the URI fields out of POOL. */
 static svn_error_t *parse_url(const char *url, apr_uri_t *uri,
                               apr_pool_t *pool)
 {
@@ -1616,7 +1616,7 @@ static svn_error_t *ra_svn_get_dir(svn_r
 
          Note: they should NOT be "fixed" to send NULL, as that would break
          any older clients which received that NULL. But we may as well
-         be defensive against a malicous server.  */
+         be defensive against a malicious server.  */
       if (cdate == NULL)
         dirent->time = 0;
       else

Modified: subversion/trunk/subversion/libsvn_ra_svn/cyrus_auth.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_ra_svn/cyrus_auth.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_ra_svn/cyrus_auth.c (original)
+++ subversion/trunk/subversion/libsvn_ra_svn/cyrus_auth.c Tue Mar 31 23:07:06 2020
@@ -277,7 +277,7 @@ void svn_ra_svn__default_secprops(sasl_s
   secprops->max_ssf = 256;
 
   /* Set maxbufsize to the maximum amount of data we can read at any one time.
-     This value needs to be commmunicated to the peer if a security layer
+     This value needs to be communicated to the peer if a security layer
      is negotiated. */
   secprops->maxbufsize = SVN_RA_SVN__READBUF_SIZE;
 

Modified: subversion/trunk/subversion/libsvn_ra_svn/marshal.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_ra_svn/marshal.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_ra_svn/marshal.c (original)
+++ subversion/trunk/subversion/libsvn_ra_svn/marshal.c Tue Mar 31 23:07:06 2020
@@ -1888,7 +1888,7 @@ svn_ra_svn__has_command(svn_boolean_t *h
 {
   svn_error_t *err;
 
-  /* Don't make whitespace between commands trigger I/O limitiations. */
+  /* Don't make whitespace between commands trigger I/O limitations. */
   svn_ra_svn__reset_command_io_counters(conn);
 
   err = svn_ra_svn__has_item(has_command, conn, pool);

Modified: subversion/trunk/subversion/libsvn_repos/authz_parse.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_repos/authz_parse.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_repos/authz_parse.c (original)
+++ subversion/trunk/subversion/libsvn_repos/authz_parse.c Tue Mar 31 23:07:06 2020
@@ -83,7 +83,7 @@ typedef struct ctor_baton_t
      same immutable string multiple times, we reduce the size of the
      authz representation in the result pool.
 
-     N.B.: Whilst the strings are allocated from teh result pool, the
+     N.B.: Whilst the strings are allocated from the result pool, the
      hash table itself is not. */
   apr_hash_t *strings;
 
@@ -205,7 +205,7 @@ insert_default_acl(ctor_baton_t *cb)
 }
 
 
-/* Initialize a constuctor baton. */
+/* Initialize a constructor baton. */
 static ctor_baton_t *
 create_ctor_baton(svn_repos_authz_warning_func_t warning_func,
                   void *warning_baton,
@@ -965,7 +965,7 @@ add_access_entry(ctor_baton_t *cb, svn_s
     {
       /* The inversion tag must be part of the key in the hash
          table, otherwise we can't tell regular and inverted
-         entries appart. */
+         entries apart. */
       const char *key = (inverted ? name - 1 : name);
       const apr_size_t key_len = (inverted ? name_len + 1 : name_len);
       const svn_boolean_t aliased = (*name == '&');

Modified: subversion/trunk/subversion/libsvn_repos/commit.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_repos/commit.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_repos/commit.c (original)
+++ subversion/trunk/subversion/libsvn_repos/commit.c Tue Mar 31 23:07:06 2020
@@ -124,7 +124,7 @@ struct dir_baton
   svn_revnum_t base_rev;        /* the revision I'm based on  */
   svn_boolean_t was_copied; /* was this directory added with history? */
   apr_pool_t *pool; /* my personal pool, in which I am allocated. */
-  svn_boolean_t checked_write; /* TRUE after successfull write check */
+  svn_boolean_t checked_write; /* TRUE after successful write check */
 };
 
 
@@ -132,7 +132,7 @@ struct file_baton
 {
   struct edit_baton *edit_baton;
   const char *path; /* the -absolute- path to this file in the fs */
-  svn_boolean_t checked_write; /* TRUE after successfull write check */
+  svn_boolean_t checked_write; /* TRUE after successful write check */
 };
 
 
@@ -641,7 +641,7 @@ open_file(const char *path,
 
   *file_baton = new_fb;
 
-  /* Destory the work subpool. */
+  /* Destroy the work subpool. */
   svn_pool_destroy(subpool);
 
   return SVN_NO_ERROR;

Modified: subversion/trunk/subversion/libsvn_repos/compat.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_repos/compat.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_repos/compat.c (original)
+++ subversion/trunk/subversion/libsvn_repos/compat.c Tue Mar 31 23:07:06 2020
@@ -98,7 +98,7 @@ log4_path_change_receiver(void *baton,
                                                  : svn_tristate_false;
 
   /* Auto-create the CHANGES container (happens for each first change
-   * in any revison. */
+   * in any revision. */
   if (b->changes == NULL)
     b->changes = svn_hash__make(b->changes_pool);
 

Modified: subversion/trunk/subversion/libsvn_repos/hooks.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_repos/hooks.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_repos/hooks.c (original)
+++ subversion/trunk/subversion/libsvn_repos/hooks.c Tue Mar 31 23:07:06 2020
@@ -668,7 +668,7 @@ svn_repos__hooks_pre_revprop_change(svn_
     {
       /* If the pre- hook doesn't exist at all, then default to
          MASSIVE PARANOIA.  Changing revision properties is a lossy
-         operation; so unless the repository admininstrator has
+         operation; so unless the repository administrator has
          *deliberately* created the pre-hook, disallow all changes. */
       return
         svn_error_create

Modified: subversion/trunk/subversion/libsvn_repos/load.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_repos/load.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_repos/load.c (original)
+++ subversion/trunk/subversion/libsvn_repos/load.c Tue Mar 31 23:07:06 2020
@@ -371,7 +371,7 @@ parse_format_version(int *version,
      the EOL at all, and currently svn_stream_readline() keeps loading the
      whole thing into memory until it encounters an EOL or the stream ends.
      This is particularly troublesome, because users may incorrectly attempt
-     to load arbitrary large files instread of proper dump files.
+     to load arbitrary large files instead of proper dump files.
 
      As a workaround, parse the first line with a length limit.  While this
      is not a complete solution, doing so handles the common case described

Modified: subversion/trunk/subversion/libsvn_repos/log.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_repos/log.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_repos/log.c (original)
+++ subversion/trunk/subversion/libsvn_repos/log.c Tue Mar 31 23:07:06 2020
@@ -999,7 +999,7 @@ get_combined_mergeinfo_changes(svn_merge
       /* Issue #4022 'svn log -g interprets change in inherited mergeinfo due
          to move as a merge': A copy where the source and destination inherit
          mergeinfo from the same parent means the inherited mergeinfo of the
-         source and destination will differ, but this diffrence is not
+         source and destination will differ, but this difference is not
          indicative of a merge unless the mergeinfo on the inherited parent
          has actually changed.
 
@@ -1053,7 +1053,7 @@ get_combined_mergeinfo_changes(svn_merge
             continue;
         }
 
-      /* Compare, constrast, and combine the results. */
+      /* Compare, contrast, and combine the results. */
       SVN_ERR(svn_mergeinfo_diff2(&deleted, &added, prev_mergeinfo,
                                   mergeinfo, FALSE, result_pool, iterpool));
       SVN_ERR(svn_mergeinfo_merge2(*deleted_mergeinfo, deleted,
@@ -1909,7 +1909,7 @@ store_search(svn_mergeinfo_t processed,
              apr_pool_t *scratch_pool)
 {
   /* We add 1 to end so that we can use the mergeinfo API to handle
-     singe revisions where HIST_START is equal to HIST_END. */
+     single revisions where HIST_START is equal to HIST_END. */
   svn_revnum_t start = hist_start <= hist_end ? hist_start : hist_end;
   svn_revnum_t end = hist_start <= hist_end ? hist_end + 1 : hist_start + 1;
   svn_mergeinfo_t mergeinfo = svn_hash__make(scratch_pool);

Modified: subversion/trunk/subversion/libsvn_repos/notify.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_repos/notify.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_repos/notify.c (original)
+++ subversion/trunk/subversion/libsvn_repos/notify.c Tue Mar 31 23:07:06 2020
@@ -1,4 +1,4 @@
-/* notify.c --- notifcation system
+/* notify.c --- notification system
  *
  * ====================================================================
  *    Licensed to the Apache Software Foundation (ASF) under one

Modified: subversion/trunk/subversion/libsvn_repos/repos.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_repos/repos.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_repos/repos.c (original)
+++ subversion/trunk/subversion/libsvn_repos/repos.c Tue Mar 31 23:07:06 2020
@@ -1452,7 +1452,7 @@ svn_repos_upgrade2(const char *path,
   if (notify_func)
     {
       /* We notify *twice* here, because there are two different logistical
-         actions occuring. */
+         actions occurring. */
       svn_repos_notify_t *notify = svn_repos_notify_create(
                                     svn_repos_notify_mutex_acquired, subpool);
       notify_func(notify_baton, notify, subpool);
@@ -1702,7 +1702,7 @@ svn_repos_recover4(const char *path,
   if (notify_func)
     {
       /* We notify *twice* here, because there are two different logistical
-         actions occuring. */
+         actions occurring. */
       svn_repos_notify_t *notify = svn_repos_notify_create(
                                     svn_repos_notify_mutex_acquired, subpool);
       notify_func(notify_baton, notify, subpool);

Modified: subversion/trunk/subversion/libsvn_repos/repos.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_repos/repos.h?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_repos/repos.h (original)
+++ subversion/trunk/subversion/libsvn_repos/repos.h Tue Mar 31 23:07:06 2020
@@ -128,7 +128,7 @@ struct svn_repos_t
   /* The format number of this repository. */
   int format;
 
-  /* The path to the repository's hooks enviroment file. If NULL, hooks run
+  /* The path to the repository's hooks environment file. If NULL, hooks run
    * in an empty environment. */
   const char *hooks_env_path;
 

Modified: subversion/trunk/subversion/libsvn_subr/cache-memcache.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/cache-memcache.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_subr/cache-memcache.c (original)
+++ subversion/trunk/subversion/libsvn_subr/cache-memcache.c Tue Mar 31 23:07:06 2020
@@ -234,7 +234,7 @@ memcache_has_key(svn_boolean_t *found,
   return SVN_NO_ERROR;
 }
 
-/* Core functionality of our setter functions: store LENGH bytes of DATA
+/* Core functionality of our setter functions: store LENGTH bytes of DATA
  * to be identified by KEY in the memcached given by CACHE_VOID. Use POOL
  * for temporary allocations.
  */

Modified: subversion/trunk/subversion/libsvn_subr/cmdline.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/cmdline.c?rev=1875971&r1=1875970&r2=1875971&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_subr/cmdline.c (original)
+++ subversion/trunk/subversion/libsvn_subr/cmdline.c Tue Mar 31 23:07:06 2020
@@ -1351,7 +1351,7 @@ escape_path(apr_pool_t *pool, const char
           else if (*p == '"')
             {
               /* Double-quote as part of the argument means we need to double
-                 any preceeding backslashes and then add one to escape the
+                 any preceding backslashes and then add one to escape the
                  double-quote. */
               svn_stringbuf_appendfill(buf, '\\', nr_backslash * 2 + 1);
               svn_stringbuf_appendbyte(buf, '^');