Skip to content

Commit 4d7ad31

Browse files
committed
Follow-up to r1932915: Fix typo.
* subversion/svnbrowse/svnbrowse.c (view_on_event): one row/row one. git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1932916 13f79535-47bb-0310-9956-ffa450edef68
1 parent 337d441 commit 4d7ad31

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
@@ -159,7 +159,7 @@ view_on_event(svn_browse__view_t *view, int ch, apr_pool_t *scratch_pool)
159159
return svn_error_create(SVN_ERR_CANCELLED, NULL, NULL);
160160
}
161161

162-
/* scrollable height is row one less than the whole view */
162+
/* scrollable height is one row less than the whole view */
163163
SVN_ERR(svn_browse__model_scroll_in_view(view->model, getmaxy(stdscr) - 1));
164164

165165
return SVN_NO_ERROR;

0 commit comments

Comments
 (0)