[gimp] libgimpwidgets: fix some typos.



commit ae7dfba2c425c0a41ccb5e1f26921eed080ce27f
Author: Jehan <jehan girinstud io>
Date:   Fri Aug 9 23:40:07 2019 +0200

    libgimpwidgets: fix some typos.
    
    s/logharithmic/logarithmic/

 libgimpwidgets/gimpscaleentry.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgimpwidgets/gimpscaleentry.c b/libgimpwidgets/gimpscaleentry.c
index 46d96af156..dabf5883cb 100644
--- a/libgimpwidgets/gimpscaleentry.c
+++ b/libgimpwidgets/gimpscaleentry.c
@@ -325,7 +325,7 @@ gimp_color_scale_entry_new (GtkGrid     *grid,
  *               of the scale widget
  *
  * Sets whether the scale_entry's scale widget will behave in a linear
- * or logharithmic fashion. Useful when an entry has to attend large
+ * or logarithmic fashion. Useful when an entry has to attend large
  * ranges, but smaller selections on that range require a finer
  * adjustment.
  *
@@ -425,7 +425,7 @@ gimp_scale_entry_set_logarithmic (GtkAdjustment *adjustment,
  * @adjustment: a  #GtkAdjustment as returned by gimp_scale_entry_new()
  *
  * Returns: %TRUE if the the entry's scale widget will behave in
- *               logharithmic fashion, %FALSE for linear behaviour.
+ *          logarithmic fashion, %FALSE for linear behaviour.
  *
  * Since: 2.2
  **/


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]