Skip to content

Commit 9e834ea

Browse files
committed
spelling: young
Signed-off-by: Josh Soref <[email protected]>
1 parent 3c1bebf commit 9e834ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visualvm/jfr/src/org/graalvm/visualvm/jfr/views/gc/GcViewSupport.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ public boolean visit(String typeName, JFREvent event) {
662662

663663
s.append("<tr><td nowrap><b>Minimum Size:</b>&nbsp;&nbsp;&nbsp;&nbsp;</td><td width='100%'>").append(Formatters.bytesFormat().format(new Object[] { event.getLong("minSize") })).append("</td></tr>"); // NOI18N
664664
s.append("<tr><td nowrap><b>Maximum Size:</b>&nbsp;&nbsp;&nbsp;&nbsp;</td><td width='100%'>").append(Formatters.bytesFormat().format(new Object[] { event.getLong("maxSize") })).append("</td></tr>"); // NOI18N
665-
s.append("<tr><td nowrap><b>Yount Generation Ratio:</b>&nbsp;&nbsp;&nbsp;&nbsp;</td><td width='100%'>").append(Formatters.numberFormat().format(event.getLong("newRatio"))).append("</td></tr>"); // NOI18N
665+
s.append("<tr><td nowrap><b>Young Generation Ratio:</b>&nbsp;&nbsp;&nbsp;&nbsp;</td><td width='100%'>").append(Formatters.numberFormat().format(event.getLong("newRatio"))).append("</td></tr>"); // NOI18N
666666

667667

668668
s.append("</table>"); // NOI18N

0 commit comments

Comments
 (0)