summaryrefslogtreecommitdiffhomepage
path: root/src/srp
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-10-05 22:22:54 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-10-05 22:22:54 +0200
commit85c949f5e255b399ff37d7db6de179b6890b8aac (patch)
treec92600f31b488f8334608ab5ea6a490419cb73f4 /src/srp
parenta383f9c4c7a16a28a0648c00230ed5177c5dd252 (diff)
Use the correct unicode characters
Diffstat (limited to 'src/srp')
-rw-r--r--src/srp/fw-ec/led.diff.gsp2
-rw-r--r--src/srp/gsp/index.gsp4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/srp/fw-ec/led.diff.gsp b/src/srp/fw-ec/led.diff.gsp
index 36e2ab3..ac7642f 100644
--- a/src/srp/fw-ec/led.diff.gsp
+++ b/src/srp/fw-ec/led.diff.gsp
@@ -3,7 +3,7 @@
@span .diff-meta {---- a/board/hx20/led.c}
@span .diff-meta {-+++ b/board/hx20/led.c}
@span .diff-loc {-\@\@ -283,22 +283,22 \@\@ static void led_set_power(void)}
- /* don't light up when at lid close */
+ /* don’t light up when at lid close */
if (!lid_is_open()) {
set_pwr_led_color(PWM_LED2, -1);
@span .diff-del {-- enable_pwr_breath(PWM_LED2, EC_LED_COLOR_WHITE, breath_led_length, 0);}
diff --git a/src/srp/gsp/index.gsp b/src/srp/gsp/index.gsp
index 38f8555..e33921e 100644
--- a/src/srp/gsp/index.gsp
+++ b/src/srp/gsp/index.gsp
@@ -68,7 +68,7 @@ html lang="en" {
makes little sense to create a fundamentally different language when
m4_abbr(HTML) not only does a good job at defining a websites structure,
but sticking close to the language we are targeting just makes
- everyone's life easier in every way.
+ everyone’s life easier in every way.
}
h2 #sucks {-Most Software Sucks}
@@ -293,7 +293,7 @@ html lang="en" {
over-abstract — I’m looking at you, Java developers. Abstraction often
leads to exponentially increased complications the moment we want to do
anything different or out of the ordinary, so unless you can find a
- really nice abstraction that doesn’t really make anyone's life harder,
+ really nice abstraction that doesn’t really make anyone’s life harder,
try to avoid them when you can.
}