You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2018/11/27 13:43:50 UTC

svn commit: r1847538 - /subversion/trunk/subversion/svn/cl.h

Author: brane
Date: Tue Nov 27 13:43:49 2018
New Revision: 1847538

URL: http://svn.apache.org/viewvc?rev=1847538&view=rev
Log:
* subversion/svn/cl.h: Fix typos in comments. No functional change.

Modified:
    subversion/trunk/subversion/svn/cl.h

Modified: subversion/trunk/subversion/svn/cl.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/cl.h?rev=1847538&r1=1847537&r2=1847538&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/cl.h (original)
+++ subversion/trunk/subversion/svn/cl.h Tue Nov 27 13:43:49 2018
@@ -128,7 +128,7 @@ svn_cl__show_revs_t
 svn_cl__show_revs_from_word(const char *word);
 
 
-/* Unit tupes for file size conversion. */
+/* Unit types for file size conversion. */
 typedef enum svn_cl__size_unit_t
   {
     SVN_CL__SIZE_UNIT_NONE = 0,       /* Default, no conversion. */
@@ -734,7 +734,7 @@ const char *
 svn_cl__node_kind_str_human_readable(svn_node_kind_t kind);
 
 /* Set *RESULT to the size of a file, formatted according to BASE.
-   For base-10 and base-2 units, the size is constrainsd to at most
+   For base-10 and base-2 units, the size is constrained to at most
    three significant digits.
 
    If LONG_UNITS is TRUE, any unit suffixes will be the whole SI symbol,