diff options
Diffstat (limited to 'src/blog')
-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. } |