diff --git a/gnucash/gnome/gschemas/org.gnucash.gschema.xml.in.in b/gnucash/gnome/gschemas/org.gnucash.gschema.xml.in.in
index 1e079ab3a4..f2b21ac5cc 100644
--- a/gnucash/gnome/gschemas/org.gnucash.gschema.xml.in.in
+++ b/gnucash/gnome/gschemas/org.gnucash.gschema.xml.in.in
@@ -173,7 +173,7 @@
false
Show Horizontal Grid Lines
- If active, horzontal grid lines will be shown on table displays. Otherwise no horizontal grid lines will be shown.
+ If active, horizontal grid lines will be shown on table displays. Otherwise no horizontal grid lines will be shown.
false
diff --git a/gnucash/register/register-gnome/gnucash-register.c b/gnucash/register/register-gnome/gnucash-register.c
index 98891a266f..29870937a5 100644
--- a/gnucash/register/register-gnome/gnucash-register.c
+++ b/gnucash/register/register-gnome/gnucash-register.c
@@ -267,7 +267,7 @@ gnucash_register_goto_next_matching_row (GnucashRegister *reg,
static gboolean
gnucash_register_sheet_resize (GnucashRegister *reg)
{
- // Sometimes the space left by the horzontal scrollbar does
+ // Sometimes the space left by the horizontal scrollbar does
// not get filled on load, this makes sure it does
if (!reg->hscrollbar_visible)
gtk_widget_queue_resize (GTK_WIDGET (reg->sheet));