From 2b87af808bb55c0635b16ecc39331b2e6ab7ae6b Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 22 Jan 2023 17:37:51 -0700 Subject: [PATCH] [hb-info] Typo --- util/hb-info.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/hb-info.cc b/util/hb-info.cc index 42adf4b3b..998e30c0b 100644 --- a/util/hb-info.cc +++ b/util/hb-info.cc @@ -77,8 +77,8 @@ struct info_t : }; add_group (misc_entries, "misc", - "Miscellaneaous options:", - "Miscellaneaous options affecting queries", + "Miscellaneous options:", + "Miscellaneous options affecting queries", this, false /* We add below. */);