From 68af6db09138fe6f14ba2c93dbc5212ae229a7fd Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 18 Nov 2023 23:50:37 +0100 Subject: Fix various typos --- src/blog/extend/index.gsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/blog') diff --git a/src/blog/extend/index.gsp b/src/blog/extend/index.gsp index ce2b5fd..9bdcc8a 100644 --- a/src/blog/extend/index.gsp +++ b/src/blog/extend/index.gsp @@ -191,7 +191,7 @@ html lang="en" { into only 2 lines of code is all you need to create a graphical interface that allows you to pick a unicode character, and then copies your selection to your clipboard — and it was all done by taking simple - tools and combining them to make a creater application. + tools and combining them to make a greater application. } p {- @@ -299,7 +299,7 @@ html lang="en" { It’s quite a simple piece of software. You simply run it together with another program (such as the @code{-st} terminal) and it adds tab-support to it. Not only does this reduce code-duplication, but it - also is benefitial for you the software user as it means you get a + also is beneficial for you the software user as it means you get a consistent UI with consistent-behavior and -key-bindings wherever you go. } -- cgit v1.2.3