[gtk/better-naming: 3/10] Fix typo in a comment



commit 7e032887243bc787c03445dce9114fad8fb942e4
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Thu Jun 18 17:20:56 2020 +0100

    Fix typo in a comment

 gtk/gtksizerequest.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk/gtksizerequest.c b/gtk/gtksizerequest.c
index 0f4c25acf1..269bcd0394 100644
--- a/gtk/gtksizerequest.c
+++ b/gtk/gtksizerequest.c
@@ -727,7 +727,7 @@ gtk_distribute_natural_allocation (gint              extra_space,
                     compare_gap, sizes);
 
   /* Distribute available space.
-   * This master piece of a loop was conceived by Behdad Esfahbod.
+   * This masterpiece of a loop was conceived by Behdad Esfahbod.
    */
   for (i = n_requested_sizes - 1; extra_space > 0 && i >= 0; --i)
     {


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