[gnome-builder] meson-templates: fixed spelling errors



commit e7819c71dc6f5f35e58c94e8503671656d77fc69
Author: Günther Wagner <info gunibert de>
Date:   Sun Jul 18 16:40:21 2021 +0200

    meson-templates: fixed spelling errors

 src/plugins/meson-templates/resources/src/main.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/meson-templates/resources/src/main.c 
b/src/plugins/meson-templates/resources/src/main.c
index 44420a73e..c35abcc8a 100644
--- a/src/plugins/meson-templates/resources/src/main.c
+++ b/src/plugins/meson-templates/resources/src/main.c
@@ -50,7 +50,7 @@ main (int   argc,
 
        /*
         * We connect to the activate signal to create a window when the application
-        * has been lauched. Additionally, this signal notifies us when the user
+        * has been launched. Additionally, this signal notifies us when the user
         * tries to launch a "second instance" of the application. When they try
         * to do that, we'll just present any existing window.
         *
@@ -60,7 +60,7 @@ main (int   argc,
        g_signal_connect (app, "activate", G_CALLBACK (on_activate), NULL);
 
        /*
-        * Run the application. This function will block until the applicaiton
+        * Run the application. This function will block until the application
         * exits. Upon return, we have our exit code to return to the shell. (This
         * is the code you see when you do `echo $?` after running a command in a
         * terminal.


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