diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-11-18 23:50:37 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-11-18 23:50:37 +0100 |
commit | 68af6db09138fe6f14ba2c93dbc5212ae229a7fd (patch) | |
tree | 16d02887954a6cf63066d71b62dced5b1918e201 /src/blog/extend | |
parent | 3bd34a8f46b66d723f0cdb95292d73ca893be524 (diff) |
Fix various typos
Diffstat (limited to 'src/blog/extend')
-rw-r--r-- | src/blog/extend/index.gsp | 4 |
1 files changed, 2 insertions, 2 deletions
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. } |