[gnome-builder] Fix minor typos



commit 788da0917939b9478438721efb83d52b16049e37
Author: Yuri Chornoivan <yurchor ukr net>
Date:   Sun Jul 17 13:35:39 2022 +0300

    Fix minor typos

 src/plugins/meson-templates/gbp-meson-template-provider.c | 2 +-
 src/plugins/shellcmd/gbp-shellcmd-command-dialog.ui       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/meson-templates/gbp-meson-template-provider.c 
b/src/plugins/meson-templates/gbp-meson-template-provider.c
index 81f8a7c4c..a58d14ccd 100644
--- a/src/plugins/meson-templates/gbp-meson-template-provider.c
+++ b/src/plugins/meson-templates/gbp-meson-template-provider.c
@@ -208,7 +208,7 @@ static const GbpMesonTemplateInfo templates[] = {
   {
     -700,
     "empty",
-    N_("Command Line Toool"),
+    N_("Command Line Tool"),
     N_("An Meson-based project for a command-line program"),
     IDE_STRV_INIT ("C", "C++", "Python", "Rust", "Vala"),
     cli_expansions, G_N_ELEMENTS (cli_expansions),
diff --git a/src/plugins/shellcmd/gbp-shellcmd-command-dialog.ui 
b/src/plugins/shellcmd/gbp-shellcmd-command-dialog.ui
index d12a9f3e4..cdff46deb 100644
--- a/src/plugins/shellcmd/gbp-shellcmd-command-dialog.ui
+++ b/src/plugins/shellcmd/gbp-shellcmd-command-dialog.ui
@@ -49,7 +49,7 @@
                     <signal name="activated" handler="on_shortcut_activated_cb" swapped="true" 
object="GbpShellcmdCommandDialog"/>
                     <property name="activatable">true</property>
                     <property name="title" translatable="yes">Keyboard Shortcut</property>
-                    <property name="subtitle" translatable="yes">An optional shourtcut to run the 
command</property>
+                    <property name="subtitle" translatable="yes">An optional shortcut to run the 
command</property>
                     <property name="icon-name">preferences-desktop-keyboard-shortcuts-symbolic</property>
                     <child type="suffix">
                       <object class="GtkLabel" id="shortcut_label">


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