You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ha...@apache.org on 2022/01/07 14:42:10 UTC

svn commit: r1896809 - /subversion/trunk/subversion/libsvn_wc/update_editor.c

Author: hartmannathan
Date: Fri Jan  7 14:42:10 2022
New Revision: 1896809

URL: http://svn.apache.org/viewvc?rev=1896809&view=rev
Log:
Typo fix in comment; no functional change

* subversion/libsvn_wc/update_editor.c
  (accumulate_last_change): In docstring, s/relavent/relevant/.

Modified:
    subversion/trunk/subversion/libsvn_wc/update_editor.c

Modified: subversion/trunk/subversion/libsvn_wc/update_editor.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/update_editor.c?rev=1896809&r1=1896808&r2=1896809&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/update_editor.c (original)
+++ subversion/trunk/subversion/libsvn_wc/update_editor.c Fri Jan  7 14:42:10 2022
@@ -1052,7 +1052,7 @@ window_handler(svn_txdelta_window_t *win
 
 /* Find the last-change info within ENTRY_PROPS, and return then in the
    CHANGED_* parameters. Each parameter will be initialized to its "none"
-   value, and will contain the relavent info if found.
+   value, and will contain the relevant info if found.
 
    CHANGED_AUTHOR will be allocated in RESULT_POOL. SCRATCH_POOL will be
    used for some temporary allocations.