corrected typo (of velocity)

This commit is contained in:
scuti 2024-10-27 18:12:59 -07:00
parent 4d1816e0ce
commit d549f73a43

View File

@ -68,7 +68,7 @@ static inline void print_tblheader(const char *c) {
<tr>\
<th class='columnname'>Name</th>\
<th class='columnname'>Records</th>\
<th class='columnname'>Highest Velocty (qu/s)</th>\
<th class='columnname'>Highest Velocity (qu/s)</th>\
<th class='columnname'>Held By</th>\
</tr>";
}