Correct typo errors.

This commit is contained in:
Toshio Sekiya 2022-05-01 23:05:05 +09:00
parent f31614e682
commit 9cdeabc725
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -1,6 +1,6 @@
# Widgets (1)
## GtkLabel, GtkButton and Gtkbox
## GtkLabel, GtkButton and GtkBox
### GtkLabel