summaryrefslogtreecommitdiffhomepage
path: root/src/blog/termios
diff options
context:
space:
mode:
Diffstat (limited to 'src/blog/termios')
-rw-r--r--src/blog/termios/index.gsp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/blog/termios/index.gsp b/src/blog/termios/index.gsp
index 88710ed..3fd06c9 100644
--- a/src/blog/termios/index.gsp
+++ b/src/blog/termios/index.gsp
@@ -60,7 +60,7 @@ html lang="en" {
aside data-ref="REF(yz)" {=
If you’re familiar with the game @em{-Yahtzee} then you might
- think this is a typo — it’s not. Yatzy is a very similar game
+ think this is a typo – it’s not. Yatzy is a very similar game
to Yahtzee that is more commonly played in the nordic countries
(including my current country of residence, Sweden).
}
@@ -193,7 +193,7 @@ html lang="en" {
@code{-tcsetattr()} comes into play; we just give it our
attributes and file descriptor and we can now use @kbd{-^S}
without freezing our terminal! The only other thing to note is
- the @code{-TCSANOW} flag — it just means that we want our
+ the @code{-TCSANOW} flag – it just means that we want our
changes to take effect immediately.
}
@@ -220,4 +220,4 @@ html lang="en" {
footer { FOOT }
}
-}
+} \ No newline at end of file