summaryrefslogtreecommitdiffhomepage
path: root/src/blog/termios/index.gsp
diff options
context:
space:
mode:
Diffstat (limited to 'src/blog/termios/index.gsp')
-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 d1f4e48..6a824c0 100644
--- a/src/blog/termios/index.gsp
+++ b/src/blog/termios/index.gsp
@@ -59,7 +59,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).
}
@@ -192,7 +192,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.
}
@@ -219,4 +219,4 @@ html lang="en" {
footer { FOOT }
}
-}
+} \ No newline at end of file