Skip to content

Commit 7d5b557

Browse files
committed
Fix typo in comments.
* subversion/svnbrowse/svnbrowse.c (sub_main): *as* success. git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1936142 13f79535-47bb-0310-9956-ffa450edef68
1 parent 3a58c1f commit 7d5b557

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

subversion/svnbrowse/svnbrowse.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ sub_main(int *code, int argc, const char *argv[], apr_pool_t *pool)
831831

832832
endwin();
833833

834-
/* Treat cancellation success. */
834+
/* Treat cancellation as success. */
835835
if (! err || err->apr_err == SVN_ERR_CANCELLED)
836836
return SVN_NO_ERROR;
837837
else

0 commit comments

Comments
 (0)