Author: jamessan
Date: Tue Mar 31 22:54:33 2020
New Revision: 1875969
URL: http://svn.apache.org/viewvc?rev=1875969&view=rev
Log:
Fix various typos detected by codespell
* include/private/svn_auth_private.h, include/private/svn_branch_impl.h,
include/private/svn_config_private.h, include/private/svn_diff_tree.h,
include/private/svn_mergeinfo_private.h, include/private/svn_object_pool.h,
include/private/svn_repos_private.h, include/private/svn_subr_private.h,
include/private/svn_temp_serializer.h, include/private/svn_utf_private.h,
include/private/svn_wc_private.h, include/svn_auth.h, include/svn_client.h,
include/svn_cmdline.h, include/svn_compat.h, include/svn_fs.h,
include/svn_ra.h, include/svn_repos.h, include/svn_types.h,
include/svn_types_impl.h, include/svn_version.h, include/svn_wc.h,
include/svn_x509.h:
(): Spelling fixes
Modified:
subversion/trunk/subversion/include/private/svn_auth_private.h
subversion/trunk/subversion/include/private/svn_branch_impl.h
subversion/trunk/subversion/include/private/svn_config_private.h
subversion/trunk/subversion/include/private/svn_diff_tree.h
subversion/trunk/subversion/include/private/svn_mergeinfo_private.h
subversion/trunk/subversion/include/private/svn_object_pool.h
subversion/trunk/subversion/include/private/svn_repos_private.h
subversion/trunk/subversion/include/private/svn_subr_private.h
subversion/trunk/subversion/include/private/svn_temp_serializer.h
subversion/trunk/subversion/include/private/svn_utf_private.h
subversion/trunk/subversion/include/private/svn_wc_private.h
subversion/trunk/subversion/include/svn_auth.h
subversion/trunk/subversion/include/svn_client.h
subversion/trunk/subversion/include/svn_cmdline.h
subversion/trunk/subversion/include/svn_compat.h
subversion/trunk/subversion/include/svn_fs.h
subversion/trunk/subversion/include/svn_ra.h
subversion/trunk/subversion/include/svn_repos.h
subversion/trunk/subversion/include/svn_types.h
subversion/trunk/subversion/include/svn_types_impl.h
subversion/trunk/subversion/include/svn_version.h
subversion/trunk/subversion/include/svn_wc.h
subversion/trunk/subversion/include/svn_x509.h
Modified: subversion/trunk/subversion/include/private/svn_auth_private.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/private/svn_auth_private.h?rev=1875969&r1=1875968&r2=1875969&view=diff
==============================================================================
--- subversion/trunk/subversion/include/private/svn_auth_private.h (original)
+++ subversion/trunk/subversion/include/private/svn_auth_private.h Tue Mar 31
22:54:33 2020
@@ -39,7 +39,7 @@ extern "C" {
/** SSL server authority verification credential type.
*
- * The followin auth parameters are available to the providers:
+ * The following auth parameters are available to the providers:
*
* - @c SVN_AUTH_PARAM_SSL_SERVER_FAILURES (@c apr_uint32_t*)
* - @c SVN_AUTH_PARAM_SSL_SERVER_CERT_INFO
Modified: subversion/trunk/subversion/include/private/svn_branch_impl.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/private/svn_branch_impl.h?rev=1875969&r1=1875968&r2=1875969&view=diff
==============================================================================
--- subversion/trunk/subversion/include/private/svn_branch_impl.h (original)
+++ subversion/trunk/subversion/include/private/svn_branch_impl.h Tue Mar 31
22:54:33 2020
@@ -21,7 +21,7 @@
* @endcopyright
*
* @file svn_branch_impl.h
- * @brief Declarations needed by implementators of branch classes
+ * @brief Declarations needed by implementors of branch classes
*
* @since New in ???.
*/
@@ -36,7 +36,7 @@ extern "C" {
#endif
-/* Common aspects od a txn/branch 'editor' class (derived from Ev2) */
+/* Common aspects of a txn/branch 'editor' class (derived from Ev2) */
typedef struct svn_branch__vtable_priv_t
{
/* Standard cancellation function. Called before each callback. */
Modified: subversion/trunk/subversion/include/private/svn_config_private.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/private/svn_config_private.h?rev=1875969&r1=1875968&r2=1875969&view=diff
==============================================================================
--- subversion/trunk/subversion/include/private/svn_config_private.h (original)
+++ subversion/trunk/subversion/include/private/svn_config_private.h Tue Mar 31
22:54:33 2020
@@ -77,7 +77,7 @@ typedef svn_error_t *(*svn_config__add_v
/*
- * Create a new constuctor allocated from RESULT_POOL.
+ * Create a new constructor allocated from RESULT_POOL.
* Any of the callback functions may be NULL.
* The constructor implementation is responsible for implementing any
* case-insensitivity, value expansion, or other features on top of
@@ -98,9 +98,9 @@ svn_config__constructor_create(
* passed to the callback in the same order as they're defined in
* STREAM.
*
- * The lifetome of section names, option names and values passed to
+ * The lifetime of section names, option names and values passed to
* the constructor does not extend past the invocation of each
- * callback; see calback docs, above.
+ * callback; see callback docs, above.
*
* The parser will use SCRATCH_POOL for its own allocations.
*/
Modified: subversion/trunk/subversion/include/private/svn_diff_tree.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/private/svn_diff_tree.h?rev=1875969&r1=1875968&r2=1875969&view=diff
==============================================================================
--- subversion/trunk/subversion/include/private/svn_diff_tree.h (original)
+++ subversion/trunk/subversion/include/private/svn_diff_tree.h Tue Mar 31
22:54:33 2020
@@ -74,14 +74,14 @@ extern "C" {
* To cleanup the implementation and make it easier on diff processors to
* handle the results I also added the following constraints.
*
- * * Diffs should be fully reversable: anything that is deleted should be
+ * * Diffs should be fully reversible: anything that is deleted should be
* available, just like something that is added.
* (Proven via svn_diff__tree_processor_reverse_create)
* ### Still in doubt if *_deleted() needs a copy_to argument, for the
* ### 99% -> 100%.
*
* * Diff processors should have an easy way to communicate that they are
- * not interrested in certain expensive to obtain results.
+ * not interested in certain expensive to obtain results.
*
* * Directories should have clear open and close events to allow adding them
* before their children, but still allowing property changes to have
Modified: subversion/trunk/subversion/include/private/svn_mergeinfo_private.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/private/svn_mergeinfo_private.h?rev=1875969&r1=1875968&r2=1875969&view=diff
==============================================================================
--- subversion/trunk/subversion/include/private/svn_mergeinfo_private.h
(original)
+++ subversion/trunk/subversion/include/private/svn_mergeinfo_private.h Tue Mar
31 22:54:33 2020
@@ -62,7 +62,7 @@ svn_rangelist__parse(svn_rangelist_t **r
/* Return TRUE, if all ranges in RANGELIST are in ascending order and do
* not overlap and are not adjacent.
*
-* If this returns FALSE, you probaly want to call
+* If this returns FALSE, you probably want to call
* svn_rangelist__canonicalize().
*/
svn_boolean_t
Modified: subversion/trunk/subversion/include/private/svn_object_pool.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/private/svn_object_pool.h?rev=1875969&r1=1875968&r2=1875969&view=diff
==============================================================================
--- subversion/trunk/subversion/include/private/svn_object_pool.h (original)
+++ subversion/trunk/subversion/include/private/svn_object_pool.h Tue Mar 31
22:54:33 2020
@@ -67,7 +67,7 @@ typedef struct svn_object_pool__t svn_ob
/* Create a new object pool in POOL and return it in *OBJECT_POOL.
* Objects are reference-counted and stored as opaque pointers. Each
- * must be allocated in a separate pool ceated by
+ * must be allocated in a separate pool created by
* svn_object_pool__new_item_pool. Unused objects get destroyed at
* the object pool's discretion.
*
Modified: subversion/trunk/subversion/include/private/svn_repos_private.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/private/svn_repos_private.h?rev=1875969&r1=1875968&r2=1875969&view=diff
==============================================================================
--- subversion/trunk/subversion/include/private/svn_repos_private.h (original)
+++ subversion/trunk/subversion/include/private/svn_repos_private.h Tue Mar 31
22:54:33 2020
@@ -317,7 +317,7 @@ svn_repos__dump_uuid_header_record(svn_s
apr_pool_t *pool);
/* Write a revision record to DUMP_STREAM for revision REVISION with revision
- * properies REVPROPS, creating appropriate headers.
+ * properties REVPROPS, creating appropriate headers.
*
* Include all of the headers in EXTRA_HEADERS (if non-null), ignoring
* the revision number header and the three content length headers (which
Modified: subversion/trunk/subversion/include/private/svn_subr_private.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/private/svn_subr_private.h?rev=1875969&r1=1875968&r2=1875969&view=diff
==============================================================================
--- subversion/trunk/subversion/include/private/svn_subr_private.h (original)
+++ subversion/trunk/subversion/include/private/svn_subr_private.h Tue Mar 31
22:54:33 2020
@@ -600,7 +600,7 @@ svn__decompress_lz4(const void *data, ap
/* Opaque thread-safe container for unused / recylcleable root pools.
*
- * Recyling root pools (actually, their allocators) circumvents a
+ * Recycling root pools (actually, their allocators) circumvents a
* scalability bottleneck in the OS memory management when multi-threaded
* applications frequently create and destroy allocators.
*/
Modified: subversion/trunk/subversion/include/private/svn_temp_serializer.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/private/svn_temp_serializer.h?rev=1875969&r1=1875968&r2=1875969&view=diff
==============================================================================
--- subversion/trunk/subversion/include/private/svn_temp_serializer.h (original)
+++ subversion/trunk/subversion/include/private/svn_temp_serializer.h Tue Mar
31 22:54:33 2020
@@ -90,7 +90,7 @@ svn_temp_serializer__init(const void *so
* data to serialized structures returned by svn_temp_serializer__get().
*
* The current size of the serialized data is given in @a currently_used.
- * If the allocated data buffer is actually larger, you may specifiy that
+ * If the allocated data buffer is actually larger, you may specify that
* size in @a currently_allocated to prevent unnecessary re-allocations.
* Otherwise, set it to 0.
*
Modified: subversion/trunk/subversion/include/private/svn_utf_private.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/private/svn_utf_private.h?rev=1875969&r1=1875968&r2=1875969&view=diff
==============================================================================
--- subversion/trunk/subversion/include/private/svn_utf_private.h (original)
+++ subversion/trunk/subversion/include/private/svn_utf_private.h Tue Mar 31
22:54:33 2020
@@ -116,7 +116,7 @@ svn_utf__win32_utf16_to_utf8(const char
/* A constant used for many length parameters in the utf8proc wrappers
- * to indicate that the length of a string is unknonw. */
+ * to indicate that the length of a string is unknown. */
#define SVN_UTF__UNKNOWN_LENGTH ((apr_size_t) -1)
@@ -151,14 +151,14 @@ svn_utf__normalize(const char **result,
svn_membuf_t *buf);
/* Transform the UTF-8 string to a shape suitable for comparison with
- * strcmp(). The tranformation is defined by CASE_INSENSITIVE and
+ * strcmp(). The transformation is defined by CASE_INSENSITIVE and
* ACCENT_INSENSITIVE arguments. If CASE_INSENSITIVE is non-zero,
* remove case distinctions from the string. If ACCENT_INSENSITIVE
* is non-zero, remove diacritical marks from the string.
*
* Use BUF as a temporary storage. If LEN is SVN_UTF__UNKNOWN_LENGTH,
* assume STR is null-terminated; otherwise, consider the string only
- * up to the given length. Place the tranformed string in *RESULT, which
+ * up to the given length. Place the transformed string in *RESULT, which
* shares storage with BUF and is valid only until the next time BUF is
* modified.
*
Modified: subversion/trunk/subversion/include/private/svn_wc_private.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/private/svn_wc_private.h?rev=1875969&r1=1875968&r2=1875969&view=diff
==============================================================================
--- subversion/trunk/subversion/include/private/svn_wc_private.h (original)
+++ subversion/trunk/subversion/include/private/svn_wc_private.h Tue Mar 31
22:54:33 2020
@@ -409,7 +409,7 @@ svn_wc__status2_from_3(svn_wc_status2_t
* Return every path that refers to a child of the working node at
* @a dir_abspath. Do not include a path just because it was a child of a
* deleted directory that existed at @a dir_abspath if that directory is now
- * sheduled to be replaced by the working node at @a dir_abspath.
+ * scheduled to be replaced by the working node at @a dir_abspath.
*
* Allocate @a *children in @a result_pool. Use @a wc_ctx to access the
* working copy, and @a scratch_pool for all temporary allocations.
@@ -917,7 +917,7 @@ svn_wc__node_get_lock_tokens_recursive(a
/* Set @a *min_revision and @a *max_revision to the lowest and highest revision
* numbers found within @a local_abspath, using context @a wc_ctx.
* If @a committed is TRUE, set @a *min_revision and @a *max_revision
- * to the lowest and highest comitted (i.e. "last changed") revision numbers,
+ * to the lowest and highest committed (i.e. "last changed") revision numbers,
* respectively. Use @a scratch_pool for temporary allocations.
*
* Either of MIN_REVISION and MAX_REVISION may be passed as NULL if
@@ -1089,7 +1089,7 @@ svn_wc__get_not_present_descendants(cons
* If PARENT_DEPTH is not NULL, set *PARENT_DEPTH to the depth stored on the
* parent. (Set to svn_depth_unknown if LOCAL_ABSPATH itself exists as node)
*
- * All output arguments except OBSTRUCTION_STATE can be NULL to ommit the
+ * All output arguments except OBSTRUCTION_STATE can be NULL to omit the
* result.
*
* This function performs temporary allocations in SCRATCH_POOL.
@@ -2080,7 +2080,7 @@ svn_wc__acquire_write_lock_for_resolve(c
apr_pool_t *result_pool,
apr_pool_t *scratch_pool);
-/* The implemementation of svn_wc_diff6(), but reporting to a diff processor
+/* The implementation of svn_wc_diff6(), but reporting to a diff processor
*
* New mode, when ANCHOR_AT_GIVEN_PATHS is true:
*
@@ -2108,7 +2108,7 @@ svn_wc__diff7(svn_boolean_t anchor_at_gi
/**
* Read all conflicts at LOCAL_ABSPATH into an array containing pointers to
- * svn_wc_conflict_description2_t data structures alloated in RESULT_POOL.
+ * svn_wc_conflict_description2_t data structures allocated in RESULT_POOL.
*/
svn_error_t *
svn_wc__read_conflict_descriptions2_t(const apr_array_header_t **conflicts,
Modified: subversion/trunk/subversion/include/svn_auth.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_auth.h?rev=1875969&r1=1875968&r2=1875969&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_auth.h (original)
+++ subversion/trunk/subversion/include/svn_auth.h Tue Mar 31 22:54:33 2020
@@ -628,12 +628,12 @@ svn_auth_get_parameter(svn_auth_baton_t
#define SVN_AUTH_PARAM_SSL_SERVER_CERT_INFO SVN_AUTH_PARAM_PREFIX \
"ssl:cert-info"
-/** This provides a pointer to a @c svn_config_t containting the config
+/** This provides a pointer to a @c svn_config_t containing the config
* category. */
#define SVN_AUTH_PARAM_CONFIG_CATEGORY_CONFIG SVN_AUTH_PARAM_PREFIX \
"config-category-config"
-/** This provides a pointer to a @c svn_config_t containting the servers
+/** This provides a pointer to a @c svn_config_t containing the servers
* category. */
#define SVN_AUTH_PARAM_CONFIG_CATEGORY_SERVERS SVN_AUTH_PARAM_PREFIX \
"config-category-servers"
Modified: subversion/trunk/subversion/include/svn_client.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_client.h?rev=1875969&r1=1875968&r2=1875969&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_client.h (original)
+++ subversion/trunk/subversion/include/svn_client.h Tue Mar 31 22:54:33 2020
@@ -4278,7 +4278,7 @@ svn_client_mergeinfo_log_eligible(const
* in @a dir_abspath after successful working copy cleanup.
*
* If @a fix_recorded_timestamps is @c TRUE, this function fixes recorded
- * timestamps for unmodified files in the working copy, reducing comparision
+ * timestamps for unmodified files in the working copy, reducing comparison
* time on future checks.
*
* If @a vacuum_pristines is @c TRUE, and @a dir_abspath points to the working
@@ -4317,7 +4317,7 @@ svn_client_vacuum(const char *dir_abspat
* dir_abspath are broken, otherwise a normal write lock is obtained.
*
* If @a fix_recorded_timestamps is @c TRUE, this function fixes recorded
- * timestamps for unmodified files in the working copy, reducing comparision
+ * timestamps for unmodified files in the working copy, reducing comparison
* time on future checks.
*
* If @a clear_dav_cache is @c TRUE, the caching of DAV information for older
@@ -5172,7 +5172,7 @@ svn_client_conflict_get_repos_info(const
*
* In case of tree conflicts, this "path@revision" does not necessarily exist
* in the repository, and it does not necessarily represent the incoming
- * change which is responsible for the occurance of the tree conflict.
+ * change which is responsible for the occurrence of the tree conflict.
* The responsible incoming change is generally located somewhere between
* the old and new incoming versions.
*
@@ -7536,7 +7536,7 @@ svn_client_get_wc_root(const char **wcro
* Set @a *min_revision and @a *max_revision to the lowest and highest
* revision numbers found within @a local_abspath. If @a committed is
* TRUE, set @a *min_revision and @a *max_revision to the lowest and
- * highest comitted (i.e. "last changed") revision numbers,
+ * highest committed (i.e. "last changed") revision numbers,
* respectively. NULL may be passed for either of @a min_revision and
* @a max_revision to indicate the caller's lack of interest in the
* value. Use @a scratch_pool for temporary allocations.
Modified: subversion/trunk/subversion/include/svn_cmdline.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_cmdline.h?rev=1875969&r1=1875968&r2=1875969&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_cmdline.h (original)
+++ subversion/trunk/subversion/include/svn_cmdline.h Tue Mar 31 22:54:33 2020
@@ -341,7 +341,7 @@ svn_cmdline_auth_plaintext_passphrase_pr
* from the future.
*
* @a trust_server_cert_other_failure: If @c TRUE, accept certificates
- * even if any other verification failure than the above occured.
+ * even if any other verification failure than the above occurred.
*
* @a cfg is the @c SVN_CONFIG_CATEGORY_CONFIG configuration, and
* @a cancel_func and @a cancel_baton control the cancellation of the
Modified: subversion/trunk/subversion/include/svn_compat.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_compat.h?rev=1875969&r1=1875968&r2=1875969&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_compat.h (original)
+++ subversion/trunk/subversion/include/svn_compat.h Tue Mar 31 22:54:33 2020
@@ -84,7 +84,7 @@ svn_compat_log_revprops_out_string(const
const svn_string_t **message,
apr_hash_t *revprops);
-/** Simiar to svn_compat_log_revprops_out_string() but returns C-style strings
+/** Similar to svn_compat_log_revprops_out_string() but returns C-style strings
* instead of #svn_string_t.
*
* @since New in 1.5.
Modified: subversion/trunk/subversion/include/svn_fs.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_fs.h?rev=1875969&r1=1875968&r2=1875969&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_fs.h (original)
+++ subversion/trunk/subversion/include/svn_fs.h Tue Mar 31 22:54:33 2020
@@ -394,7 +394,7 @@ typedef enum svn_fs_upgrade_notify_actio
svn_fs_upgrade_format_bumped
} svn_fs_upgrade_notify_action_t;
-/** The type of an upgrade notification function. @a number is specifc
+/** The type of an upgrade notification function. @a number is specific
* to @a action (see #svn_fs_upgrade_notify_action_t); @a action is the
* type of action being performed. @a baton is the corresponding baton
* for the notification function, and @a scratch_pool can be used for
Modified: subversion/trunk/subversion/include/svn_ra.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_ra.h?rev=1875969&r1=1875968&r2=1875969&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_ra.h (original)
+++ subversion/trunk/subversion/include/svn_ra.h Tue Mar 31 22:54:33 2020
@@ -273,7 +273,7 @@ typedef svn_error_t *(*svn_ra_replay_rev
/**
* Callback function that checks if an ra_svn tunnel called
- * @a tunnel_name is handled by the callbakcs or the default
+ * @a tunnel_name is handled by the callbacks or the default
* implementation.
*
* @a tunnel_baton is the baton as originally passed to ra_open.
Modified: subversion/trunk/subversion/include/svn_repos.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_repos.h?rev=1875969&r1=1875968&r2=1875969&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_repos.h (original)
+++ subversion/trunk/subversion/include/svn_repos.h Tue Mar 31 22:54:33 2020
@@ -1960,7 +1960,7 @@ svn_repos_node_location_segments(svn_rep
* @a copyfrom_known is always @c TRUE.
*
* @note To allow for extending this structure in future releases,
- * always use svn_repos_path_change_create() to allocate the stucture.
+ * always use svn_repos_path_change_create() to allocate the structure.
*
* @see svn_fs_path_change3_t
*
@@ -2017,7 +2017,7 @@ typedef svn_error_t *(*svn_repos_path_ch
* A structure to represent all the information about a particular log entry.
*
* @note To allow for extending this structure in future releases,
- * always use svn_repos_log_entry_create() to allocate the stucture.
+ * always use svn_repos_log_entry_create() to allocate the structure.
*
* @since New in 1.10.
*/
@@ -2155,7 +2155,7 @@ typedef svn_error_t *(*svn_repos_log_ent
* (i.e. retrieve none if the array is empty).
*
* If any invocation of @a revision_receiver or @a path_change_receiver
- * returnn an error, return that error immediately and without wrapping it.
+ * return an error, return that error immediately and without wrapping it.
*
* If @a start or @a end is a non-existent revision, return the error
* #SVN_ERR_FS_NO_SUCH_REVISION, without ever invoking @a revision_receiver.
Modified: subversion/trunk/subversion/include/svn_types.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_types.h?rev=1875969&r1=1875968&r2=1875969&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_types.h (original)
+++ subversion/trunk/subversion/include/svn_types.h Tue Mar 31 22:54:33 2020
@@ -527,7 +527,7 @@ svn_depth_from_word(const char *word);
/** A general subversion directory entry.
*
* @note To allow for extending the #svn_dirent_t structure in future
- * releases, always use svn_dirent_create() to allocate the stucture.
+ * releases, always use svn_dirent_create() to allocate the structure.
*
* @since New in 1.6.
*/
Modified: subversion/trunk/subversion/include/svn_types_impl.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_types_impl.h?rev=1875969&r1=1875968&r2=1875969&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_types_impl.h (original)
+++ subversion/trunk/subversion/include/svn_types_impl.h Tue Mar 31 22:54:33
2020
@@ -81,7 +81,7 @@ typedef enum svn_node_kind_t
/* NOTE: Update svnxx/tristate.hpp when changing this enum. */
typedef enum svn_tristate_t
{
- /** state known to be false (the constant does not evaulate to false) */
+ /** state known to be false (the constant does not evaluate to false) */
svn_tristate_false = 2,
/** state known to be true */
svn_tristate_true,
Modified: subversion/trunk/subversion/include/svn_version.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_version.h?rev=1875969&r1=1875968&r2=1875969&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_version.h (original)
+++ subversion/trunk/subversion/include/svn_version.h Tue Mar 31 22:54:33 2020
@@ -346,7 +346,7 @@ svn_version_ext_build_time(const svn_ver
* @return The canonical host triplet (arch-vendor-osname) of the
* system where libsvn_subr was compiled.
*
- * @note On Unix-like systems (includng Mac OS X), this string is the
+ * @note On Unix-like systems (including Mac OS X), this string is the
* same as the output of the config.guess script.
*
* @since New in 1.8.
Modified: subversion/trunk/subversion/include/svn_wc.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_wc.h?rev=1875969&r1=1875968&r2=1875969&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_wc.h (original)
+++ subversion/trunk/subversion/include/svn_wc.h Tue Mar 31 22:54:33 2020
@@ -2220,7 +2220,7 @@ typedef struct svn_wc_conflict_result_t
svn_boolean_t save_merged;
/** If not NULL, this is the new merged property, used when choosing
- * #svn_wc_conflict_choose_merged. This value is prefered over using
+ * #svn_wc_conflict_choose_merged. This value is preferred over using
* merged_file.
*
* @since New in 1.9.
@@ -5230,7 +5230,7 @@ svn_wc_committed_queue_create(apr_pool_t
* turns the node and its implied descendants as the new unmodified state at
* the new specified revision. Unless @a recurse is TRUE, changes on
* descendants are not committed as changes directly. In this case they should
- * be queueud as their own changes.
+ * be queued as their own changes.
*
* If @a remove_lock is @c TRUE, any entryprops related to a repository
* lock will be removed.
Modified: subversion/trunk/subversion/include/svn_x509.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_x509.h?rev=1875969&r1=1875968&r2=1875969&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_x509.h (original)
+++ subversion/trunk/subversion/include/svn_x509.h Tue Mar 31 22:54:33 2020
@@ -54,7 +54,7 @@ extern "C" {
typedef struct svn_x509_certinfo_t svn_x509_certinfo_t;
/**
- * Representation of an atttribute in an X.509 name (e.g. Subject or Issuer)
+ * Representation of an attribute in an X.509 name (e.g. Subject or Issuer)
*
* @since New in 1.9.
*/