From d549f73a43b3861f0edb2940444217ecd123611d Mon Sep 17 00:00:00 2001 From: scuti Date: Sun, 27 Oct 2024 18:12:59 -0700 Subject: [PATCH] corrected typo (of velocity) --- src/dbquery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dbquery.c b/src/dbquery.c index f8eb227..42c0c99 100644 --- a/src/dbquery.c +++ b/src/dbquery.c @@ -68,7 +68,7 @@ static inline void print_tblheader(const char *c) { \ Name\ Records\ - Highest Velocty (qu/s)\ + Highest Velocity (qu/s)\ Held By\ "; }