diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-10-05 22:22:54 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-10-05 22:22:54 +0200 |
commit | 85c949f5e255b399ff37d7db6de179b6890b8aac (patch) | |
tree | c92600f31b488f8334608ab5ea6a490419cb73f4 /src | |
parent | a383f9c4c7a16a28a0648c00230ed5177c5dd252 (diff) |
Use the correct unicode characters
Diffstat (limited to 'src')
-rw-r--r-- | src/prj/mkpass/index.gsp | 2 | ||||
-rw-r--r-- | src/srp/fw-ec/led.diff.gsp | 2 | ||||
-rw-r--r-- | src/srp/gsp/index.gsp | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/prj/mkpass/index.gsp b/src/prj/mkpass/index.gsp index a7ff910..69c1372 100644 --- a/src/prj/mkpass/index.gsp +++ b/src/prj/mkpass/index.gsp @@ -15,7 +15,7 @@ html lang="en" { over a period of a week or so. He did it because Microsoft was largely perceived as evil, and his aim was to create a programming platform in the Netscape navigator. That way, the browser would run - everywhere, and the OS wouldn't matter as much. HAHA! Down with + everywhere, and the OS wouldn’t matter as much. HAHA! Down with Microsoft. You can see how well that worked out. } } 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. } |