From 9cdeabc725a64cec6c7d2878267777896dc8fa46 Mon Sep 17 00:00:00 2001 From: Toshio Sekiya Date: Sun, 1 May 2022 23:05:05 +0900 Subject: [PATCH] Correct typo errors. --- src/sec3.src.md | 2 +- src/sec4.src.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sec3.src.md b/src/sec3.src.md index d903549..376fbc6 100644 --- a/src/sec3.src.md +++ b/src/sec3.src.md @@ -265,7 +265,7 @@ GtkApplicationWindow is a child object of GtkWindow. It has some extra functionality for better integration with GtkApplication. It is recommended to use it instead of GtkWindow when you use GtkApplication. -Now rewrite the program and use GtkAppliction Window. +Now rewrite the program and use GtkApplicationWindow. @@@include misc/pr4.c app_activate diff --git a/src/sec4.src.md b/src/sec4.src.md index 6388b12..624a3d8 100644 --- a/src/sec4.src.md +++ b/src/sec4.src.md @@ -1,6 +1,6 @@ # Widgets (1) -## GtkLabel, GtkButton and Gtkbox +## GtkLabel, GtkButton and GtkBox ### GtkLabel