Skip to content

Commit 5fcd186

Browse files
committed
improve wording
1 parent 5b2ffe0 commit 5fcd186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opengrok-web/src/main/webapp/history.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ include file="/httpheader.jspf"
143143
long totalHits = hist.getHistoryEntries().size();
144144
long thisPageIndex = Math.min(totalHits - startIndex, max);
145145
146-
// We have a lots of results to show: create a slider for them
146+
// We have potentially a lots of results to show: create a slider for them
147147
request.setAttribute("history.jsp-slider", Util.createSlider(startIndex, max, totalHits, request));
148148
%>
149149
<div id="Masthead">History log of

0 commit comments

Comments
 (0)