Author: stsp
Date: Mon Jan 21 12:53:31 2013
New Revision: 1436320

URL: http://svn.apache.org/viewvc?rev=1436320&view=rev
Log:
* subversion/libsvn_client/patch.c: Fix typo in comment.

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

Modified: subversion/trunk/subversion/libsvn_client/patch.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/patch.c?rev=1436320&r1=1436319&r2=1436320&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/patch.c (original)
+++ subversion/trunk/subversion/libsvn_client/patch.c Mon Jan 21 12:53:31 2013
@@ -803,7 +803,7 @@ write_file(void *baton, const char *buf,
 
 /* Handling symbolic links:
  *
- * In Subversion, symlinks can be represened on disk in two distinct ways.
+ * In Subversion, symlinks can be represented on disk in two distinct ways.
  * On systems which support symlinks, a symlink is created on disk.
  * On systems which do not support symlink, a file is created on disk
  * which contains "link TARGET" where TARGET is the file the symlink


Reply via email to