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 2013/11/25 12:49:20 UTC

svn commit: r1545238 - /subversion/trunk/subversion/libsvn_subr/sysinfo.c

Author: julianfoad
Date: Mon Nov 25 11:49:20 2013
New Revision: 1545238

URL: http://svn.apache.org/r1545238
Log:
* subversion/libsvn_subr/sysinfo.c
  (stringbuf_split_key): Fix spelling in comment.

Modified:
    subversion/trunk/subversion/libsvn_subr/sysinfo.c

Modified: subversion/trunk/subversion/libsvn_subr/sysinfo.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/sysinfo.c?rev=1545238&r1=1545237&r2=1545238&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_subr/sysinfo.c (original)
+++ subversion/trunk/subversion/libsvn_subr/sysinfo.c Mon Nov 25 11:49:20 2013
@@ -270,7 +270,7 @@ release_name_from_uname(apr_pool_t *pool
 
 #if __linux__
 /* Split a stringbuf into a key/value pair.
-   Return the key, leaving the striped value in the stringbuf. */
+   Return the key, leaving the stripped value in the stringbuf. */
 static const char *
 stringbuf_split_key(svn_stringbuf_t *buffer, char delim)
 {