summaryrefslogtreecommitdiffhomepage
path: root/src/blog/termios/index.gsp
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-08-16 16:33:49 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-08-16 16:33:49 +0200
commit0971b2e59594e3067d113b49f5a7c5e71293a3e9 (patch)
treea17cd55139435064fdcdbc4bf3094e8db65f2784 /src/blog/termios/index.gsp
parent951d990eb87727c074cd12792597a3edb3a63e4b (diff)
Fix bad typography
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