|
svn commit: r13175 - in branches/locking/subversion: include libsvn_ra: msg#00356version-control.subversion.svn
Author: lundblad Date: Sat Feb 26 18:21:03 2005 New Revision: 13175 Modified: branches/locking/subversion/include/svn_ra.h branches/locking/subversion/libsvn_ra/wrapper_template.h Log: Locking branch: Follow-up to r13134 and r13155. Style and spelling fixes. * subversion/libsvn_ra/wrapper_template.h (compat_link_path): Fix indentation. * subversion/include/svn_ra.h: fitz learns lundblad how to spell corresponding. Modified: branches/locking/subversion/include/svn_ra.h Url: http://svn.collab.net/viewcvs/svn/branches/locking/subversion/include/svn_ra.h?view=diff&rev=13175&p1=branches/locking/subversion/include/svn_ra.h&r1=13174&p2=branches/locking/subversion/include/svn_ra.h&r2=13175 ============================================================================== --- branches/locking/subversion/include/svn_ra.h (original) +++ branches/locking/subversion/include/svn_ra.h Sat Feb 26 18:21:03 2005 @@ -237,7 +237,7 @@ */ typedef struct svn_ra_reporter_t { - /** Similar to the correspoinding field in @c svn_ra_reporter2_t, but + /** Similar to the corresponding field in @c svn_ra_reporter2_t, but * with @a lock_token always set to NULL. */ svn_error_t *(*set_path) (void *report_baton, const char *path, @@ -245,12 +245,12 @@ svn_boolean_t start_empty, apr_pool_t *pool); - /** Same as the correspondning field in @c svn_ra_reporter2_t. */ + /** Same as the corresponding field in @c svn_ra_reporter2_t. */ svn_error_t *(*delete_path) (void *report_baton, const char *path, apr_pool_t *pool); - /** Similar to the correspoinding field in @c svn_ra_reporter2_t, but + /** Similar to the corresponding field in @c svn_ra_reporter2_t, but * with @a lock_token always set to NULL. */ svn_error_t *(*link_path) (void *report_baton, const char *path, @@ -259,11 +259,11 @@ svn_boolean_t start_empty, apr_pool_t *pool); - /** Same as the correspondning field in @c svn_ra_reporter2_t. */ + /** Same as the corresponding field in @c svn_ra_reporter2_t. */ svn_error_t *(*finish_report) (void *report_baton, apr_pool_t *pool); - /** Same as the correspondning field in @c svn_ra_reporter2_t. */ + /** Same as the corresponding field in @c svn_ra_reporter2_t. */ svn_error_t *(*abort_report) (void *report_baton, apr_pool_t *pool); } svn_ra_reporter_t; Modified: branches/locking/subversion/libsvn_ra/wrapper_template.h Url: http://svn.collab.net/viewcvs/svn/branches/locking/subversion/libsvn_ra/wrapper_template.h?view=diff&rev=13175&p1=branches/locking/subversion/libsvn_ra/wrapper_template.h&r1=13174&p2=branches/locking/subversion/libsvn_ra/wrapper_template.h&r2=13175 ============================================================================== --- branches/locking/subversion/libsvn_ra/wrapper_template.h (original) +++ branches/locking/subversion/libsvn_ra/wrapper_template.h Sat Feb 26 18:21:03 2005 @@ -162,11 +162,11 @@ } static svn_error_t *compat_link_path (void *report_baton, - const char *path, - const char *url, - svn_revnum_t revision, - svn_boolean_t start_empty, - apr_pool_t *pool) + const char *path, + const char *url, + svn_revnum_t revision, + svn_boolean_t start_empty, + apr_pool_t *pool) { struct compat_report_baton *crb = report_baton; |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | svn commit: r13174 - branches/locking/subversion/libsvn_ra_svn: 00356, lundblad-jqHnx1hy4Dsdnm+yROfE0A |
|---|---|
| Next by Date: | svn commit: r13176 - trunk/subversion/include: 00356, cmpilato-jqHnx1hy4Dsdnm+yROfE0A |
| Previous by Thread: | svn commit: r13174 - branches/locking/subversion/libsvn_ra_svni: 00356, lundblad-jqHnx1hy4Dsdnm+yROfE0A |
| Next by Thread: | svn commit: r13176 - trunk/subversion/include: 00356, cmpilato-jqHnx1hy4Dsdnm+yROfE0A |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |