ToshioCP / Gtk4-tutorial

GTK 4 tutorial for beginners
https://toshiocp.github.io/Gtk4-tutorial/
572 stars 50 forks source link

Found a small typo in section 3. #25

Closed imxtx closed 2 years ago

imxtx commented 2 years ago

Found a small typo in section 3 :GtkApplicationWindow.

Extra space in the third line: Now rewrite the program and use GtkAppliction Window.

""GtkAppliction Window"" --> ""GtkApplictionWindow""

By the way, your tutorial is really great! It helped me a lot. Thank yoooooooou!

imxtx commented 2 years ago

Found another one in section 4.

In the first subheading: Gtkbox --> GtkBox

ToshioCP commented 2 years ago

Hi, Imxtx. Thank you very much for posting the issue. It helps me to improve this tutorial.

By the way, I couldn't find the first typo error (Section 3). I've checked the source code.

$ grep 'GtkApplication Window' *.src.md

But nothing appears. So, check it again and tell me the typo error again.

The second typo error (Gtkbox) has already been corrected (but not uploaded yet).

imxtx commented 2 years ago

Hi, Imxtx. Thank you very much for posting the issue. It helps me to improve this tutorial.

By the way, I couldn't find the first typo error (Section 3). I've checked the source code.

$ grep 'GtkApplication Window' *.src.md

But nothing appears. So, check it again and tell me the typo error again.

The second typo error (Gtkbox) has already been corrected (but not uploaded yet).

Here it is. https://github.com/ToshioCP/Gtk4-tutorial/blob/main/src/sec3.src.md?plain=1#L268

ToshioCP commented 2 years ago

Thank you very much, Imxtx.

The typo errors have fixed.