aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-03-27 16:39:51 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2026-03-27 16:39:51 +0100
commit49ba8ae22e7a5fc557814db60d46ec48b837f841 (patch)
treeefc72c3026a1370ef4bb147efed022d13275e8cf
parent5a101458562ac6fe2fe2be887fb5ac6395793895 (diff)
downloadsebastiano.tronto.net-49ba8ae22e7a5fc557814db60d46ec48b837f841.tar.gz
sebastiano.tronto.net-49ba8ae22e7a5fc557814db60d46ec48b837f841.zip
Fix typos
-rw-r--r--src/blog/2023-09-15-why-c/why-c.md2
-rw-r--r--src/blog/2024-12-26-taming-cpp-raii/taming-cpp-raii.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/blog/2023-09-15-why-c/why-c.md b/src/blog/2023-09-15-why-c/why-c.md
index 60a2c25..6cf4947 100644
--- a/src/blog/2023-09-15-why-c/why-c.md
+++ b/src/blog/2023-09-15-why-c/why-c.md
@@ -81,7 +81,7 @@ idiomatic way to do certain things changes, and old code starts to
81 81
82*Python2 was killed and now a bunch of tiny programs (mostly 82*Python2 was killed and now a bunch of tiny programs (mostly
83[Project Euler](https://projecteuler.net) solutions that I have 83[Project Euler](https://projecteuler.net) solutions that I have
84no reason to "port" do not run anymore :( I want my print statements 84no reason to "port") do not run anymore :( I want my print statements
85back!* 85back!*
86 86
87*It seems Java has a new way of doing GUIs every time I look at it. 87*It seems Java has a new way of doing GUIs every time I look at it.
diff --git a/src/blog/2024-12-26-taming-cpp-raii/taming-cpp-raii.md b/src/blog/2024-12-26-taming-cpp-raii/taming-cpp-raii.md
index f35596f..6450521 100644
--- a/src/blog/2024-12-26-taming-cpp-raii/taming-cpp-raii.md
+++ b/src/blog/2024-12-26-taming-cpp-raii/taming-cpp-raii.md
@@ -279,4 +279,4 @@ of control over the low-level details, and some powerful tools to make
279use of it, in exchange for a lot of complexity that you must, at the 279use of it, in exchange for a lot of complexity that you must, at the
280very least, be aware of. 280very least, be aware of.
281 281
282*Next in the series: [RAII](../2025-01-21-taming-cpp-templates)* 282*Next in the series: [templates](../2025-01-21-taming-cpp-templates)*

Generated with cgit - Back to sebastiano.tronto.net