[gtk/wip/otte/canvas: 4/8] gtk-demo: Fix typo in comment
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/otte/canvas: 4/8] gtk-demo: Fix typo in comment
- Date: Tue, 28 Jun 2022 23:26:44 +0000 (UTC)
commit 66ab181d55df9bcd6c0fc740dff87b1b082a3cce
Author: Benjamin Otte <otte redhat com>
Date: Tue Jun 28 23:00:11 2022 +0200
gtk-demo: Fix typo in comment
demos/gtk-demo/sliding_puzzle.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/demos/gtk-demo/sliding_puzzle.c b/demos/gtk-demo/sliding_puzzle.c
index 1af4e2b48a..57e7e08ec1 100644
--- a/demos/gtk-demo/sliding_puzzle.c
+++ b/demos/gtk-demo/sliding_puzzle.c
@@ -322,7 +322,7 @@ start_puzzle (GdkPaintable *paintable)
{
GdkPaintable *piece;
- /* Don't paint anything for the lsiding part of the video */
+ /* Don't paint anything for the sliding part of the video */
if (x == pos_x && y == pos_y)
piece = NULL;
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]