[shotwell] Fix typo



commit 81f248391e00138e5bf1f88d2bbe7042cc001a16
Author: Jens Georg <mail jensge org>
Date:   Sun Apr 29 16:22:03 2018 +0200

    Fix typo

 src/CheckerboardLayout.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/CheckerboardLayout.vala b/src/CheckerboardLayout.vala
index 020971a..0ad231e 100644
--- a/src/CheckerboardLayout.vala
+++ b/src/CheckerboardLayout.vala
@@ -651,7 +651,7 @@ public abstract class CheckerboardItem : ThumbnailView {
         // title and subtitles are LABEL_PADDING below bottom of pixbuf
         int text_y = pixbuf_dim.height + FRAME_WIDTH + LABEL_PADDING;
         if (title != null && title_visible) {
-            // get the layout sized so its with is no more than the pixbuf's
+            // get the layout sized so its width is no more than the pixbuf's
             // resize the text width to be no more than the pixbuf's
             title.allocation.x = 0;
             title.allocation.y = text_y;


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