You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2010/06/28 13:02:34 UTC

svn commit: r958542 - in /subversion/trunk/subversion: libsvn_subr/dirent_uri.c tests/libsvn_subr/dirent_uri-test.c

Author: julianfoad
Date: Mon Jun 28 11:02:33 2010
New Revision: 958542

URL: http://svn.apache.org/viewvc?rev=958542&view=rev
Log:
* subversion/libsvn_subr/dirent_uri.c,
  subversion/tests/libsvn_subr/dirent_uri-test.c
  Typo fixes. A follow-up to r957905.

Modified:
    subversion/trunk/subversion/libsvn_subr/dirent_uri.c
    subversion/trunk/subversion/tests/libsvn_subr/dirent_uri-test.c

Modified: subversion/trunk/subversion/libsvn_subr/dirent_uri.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/dirent_uri.c?rev=958542&r1=958541&r2=958542&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_subr/dirent_uri.c (original)
+++ subversion/trunk/subversion/libsvn_subr/dirent_uri.c Mon Jun 28 11:02:33 2010
@@ -50,7 +50,7 @@
    the OS! */
 #define SVN_PATH_IS_PLATFORM_EMPTY(s,n) ((n) == 1 && (s)[0] == '.')
 
-/* This check must match the check on to of dirent_uri-tests.c */
+/* This check must match the check on top of dirent_uri-tests.c */
 #if defined(WIN32) || defined(__CYGWIN__) || defined(__OS2__)
 #define SVN_USE_DOS_PATHS
 #endif

Modified: subversion/trunk/subversion/tests/libsvn_subr/dirent_uri-test.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/libsvn_subr/dirent_uri-test.c?rev=958542&r1=958541&r2=958542&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_subr/dirent_uri-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_subr/dirent_uri-test.c Mon Jun 28 11:02:33 2010
@@ -41,7 +41,7 @@
 
 #define SVN_EMPTY_PATH ""
 
-/* This check must match the check on to of dirent_uri.c */
+/* This check must match the check on top of dirent_uri.c */
 #if defined(WIN32) || defined(__CYGWIN__) || defined(__OS2__)
 #define SVN_USE_DOS_PATHS
 #endif