You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by pb...@apache.org on 2010/01/18 19:18:34 UTC

svn commit: r900494 - /subversion/trunk/subversion/libsvn_client/merge.c

Author: pburba
Date: Mon Jan 18 18:18:34 2010
New Revision: 900494

URL: http://svn.apache.org/viewvc?rev=900494&view=rev
Log:
Fix a comment typo.

* subversion/libsvn_client/merge.c
  (notification_receiver): Mention a long option that actually exists.


Modified:
    subversion/trunk/subversion/libsvn_client/merge.c

Modified: subversion/trunk/subversion/libsvn_client/merge.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/merge.c?rev=900494&r1=900493&r2=900494&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/merge.c (original)
+++ subversion/trunk/subversion/libsvn_client/merge.c Mon Jan 18 18:18:34 2010
@@ -2599,7 +2599,7 @@
   notification_receiver_baton_t *notify_b = baton;
   svn_boolean_t is_operative_notification = FALSE;
 
-  /* Skip notifications if this is a --mergeinfo-only merge that is adding
+  /* Skip notifications if this is a --record-only merge that is adding
      or deleting NOTIFY->PATH, allow only mergeinfo changes to be notified.
      We will already have skipped the actual addition or deletion, but will
      still get a notification callback for it.*/