changeset 33070:62667481cdfc stable

* gui-sttings.h: Fix typos in comment.
author John W. Eaton <jwe@octave.org>
date Thu, 22 Feb 2024 12:43:48 -0500
parents a0c81947757b
children df46c4d6e113
files libgui/src/gui-settings.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/gui-settings.h	Wed Feb 21 14:06:58 2024 -0800
+++ b/libgui/src/gui-settings.h	Thu Feb 22 12:43:48 2024 -0500
@@ -115,14 +115,14 @@
   uint uint_value (const gui_pref& pref) const;
 
   /*!
-    Reading a color from the given QVaraitn @p def taking different
+    Reading a color from the given QVariant @p def taking different
     color modes into account. The default value for a second color mode
     @p mode=1 is deterimined from the standard default value @p mode=0
     by inverting the lightness
       \f{eqnarray*}{
          H_1 &=& H_0\\
          S_1 &=& S_0\\
-         L_1 &=& 1.0 - 0.85 L_0    L_0 > 0.3
+         L_1 &=& 1.0 - 0.85 L_0    L_0 > 0.3\\
          L_1 &=& 1.0 - 0.70 L_0    L_0 < 0.3
       \f}