From 8ebcdbf70721ac46bf37ed225e4e97fecc050aed Mon Sep 17 00:00:00 2001 From: "Matthew N. Dodd" Date: Sat, 15 May 2004 16:06:59 +0000 Subject: [PATCH] Correct a typo in column header. Submitted by: phk Obtained from: BSDCan --- usr.sbin/gstat/gstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/gstat/gstat.c b/usr.sbin/gstat/gstat.c index 4336e549bfc..69b2da97d48 100644 --- a/usr.sbin/gstat/gstat.c +++ b/usr.sbin/gstat/gstat.c @@ -141,7 +141,7 @@ main(int argc, char **argv) dt, flag_I, sizeof(*gsp), i); printw(" L(q) ops/s "); printw(" r/s kBps ms/r "); - printw(" w/s kBps ms/d "); + printw(" w/s kBps ms/w "); if (flag_d) printw(" d/s kBps ms/d "); printw("%%busy Name\n"); -- 2.45.2