You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ko...@apache.org on 2022/11/23 13:04:55 UTC

svn commit: r1905486 - /subversion/branches/pristines-on-demand-on-mwf/subversion/libsvn_wc/questions.c

Author: kotkov
Date: Wed Nov 23 13:04:55 2022
New Revision: 1905486

URL: http://svn.apache.org/viewvc?rev=1905486&view=rev
Log:
On the 'pristines-on-demand-on-mwf' branch:

* subversion/libsvn_wc/questions.c
  (compare_and_verify): Fix typo in a docstring. No functional change.

Modified:
    subversion/branches/pristines-on-demand-on-mwf/subversion/libsvn_wc/questions.c

Modified: subversion/branches/pristines-on-demand-on-mwf/subversion/libsvn_wc/questions.c
URL: http://svn.apache.org/viewvc/subversion/branches/pristines-on-demand-on-mwf/subversion/libsvn_wc/questions.c?rev=1905486&r1=1905485&r2=1905486&view=diff
==============================================================================
--- subversion/branches/pristines-on-demand-on-mwf/subversion/libsvn_wc/questions.c (original)
+++ subversion/branches/pristines-on-demand-on-mwf/subversion/libsvn_wc/questions.c Wed Nov 23 13:04:55 2022
@@ -84,7 +84,7 @@
  *
  * If EXACT_COMPARISON is FALSE, translate VERSIONED_FILE_ABSPATH's EOL
  * style and keywords to repository-normal form according to its properties,
- * calculate checksum and compare the result with PRISTINE_STREAM.
+ * calculate checksum and compare the result with PRISTINE_CHECKSUM.
  * If EXACT_COMPARISON is TRUE, also check that VERSIONED_FILE_ABSPATH
  * contents remains the same when retranslated according to its properties.
  *