From 215d26ea406858b8af7268c05bc62d19e61100f8 Mon Sep 17 00:00:00 2001 From: Kate Date: Wed, 10 Apr 2024 12:10:40 -0400 Subject: [PATCH] Update src/popup.cpp Co-authored-by: David Seguin --- src/popup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/popup.cpp b/src/popup.cpp index 2b15b3a61a1ec..17386c33f6e6a 100644 --- a/src/popup.cpp +++ b/src/popup.cpp @@ -123,7 +123,7 @@ void query_popup_impl::on_resized() for( const auto &opt : line ) { button_width += get_text_width( remove_color_tags( opt ) ); } - // Righzt align. + // Right align. // TODO: multi-line buttons size_t button_x = std::max( size_t( 0 ), size_t( msg_width - button_width - btn_padding( line.size() ) ) );