From 24f6bf76876d0a84d5d75e17be09f5cf20a710e2 Mon Sep 17 00:00:00 2001
From: Bruce Cowan <bruce@bcowan.me.uk>
Date: Sat, 19 Feb 2022 21:13:31 +0000
Subject: [PATCH] Fix typos

---
 data/prefs.ui | 2 +-
 src/main.c    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/prefs.ui b/data/prefs.ui
index 1c53d56..4893e37 100644
--- a/data/prefs.ui
+++ b/data/prefs.ui
@@ -84,7 +84,7 @@
                       <object class="GtkBox">
                         <child>
                           <object class="GtkLabel">
-                            <property name="label" translatable="yes">Points for an uconverted try</property>
+                            <property name="label" translatable="yes">Points for an unconverted try</property>
                             <property name="xalign">0</property>
                             <property name="halign">start</property>
                             <property name="valign">center</property>
diff --git a/src/main.c b/src/main.c
index 7f3c6d4..5315515 100644
--- a/src/main.c
+++ b/src/main.c
@@ -36,7 +36,7 @@ about_activated (G_GNUC_UNUSED GSimpleAction *simple,
                            "copyright", "Copyright 2012–2022 Bruce Cowan",
                            "license-type", GTK_LICENSE_GPL_3_0,
                            "authors", authors,
-                           "comments", "Rugby scores possiblities program",
+                           "comments", "Rugby scores possibilities program",
                            "version", VERSION,
                            NULL);
 }
-- 
GitLab