From b1643ffdb7ee78655b967a4412ad1c1678866763 Mon Sep 17 00:00:00 2001
From: Petter Reinholdtsen
Date: Thu, 24 Sep 2015 15:56:45 +0200
Subject: [PATCH 1/1] Typos.
---
blog/data/2015-09-24-laptop-battery.txt | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/blog/data/2015-09-24-laptop-battery.txt b/blog/data/2015-09-24-laptop-battery.txt
index addb0d97e1..ed56c96882 100644
--- a/blog/data/2015-09-24-laptop-battery.txt
+++ b/blog/data/2015-09-24-laptop-battery.txt
@@ -30,8 +30,8 @@ available in Debian.
battery stats ever since. Now my
/var/log/hjemmenett-battery-status.log file contain around 115,000
measurements, from the time the battery was working great until now,
-when it is unable to charge above 7% of original capasity. My
-colletor shell script is quite simple and look like this:
+when it is unable to charge above 7% of original capacity. My
+collector shell script is quite simple and look like this:
#!/bin/sh
@@ -56,7 +56,7 @@ fi
log_battery() {
# Print complete message in one echo call, to avoid race condition
- # when several log processes run in parallell.
+ # when several log processes run in parallel.
msg=$(printf "%s," $(date +%s); \
for f in $files; do \
printf "%s," $(cat $f); \
@@ -91,7 +91,7 @@ timestamp,manufacturer,model_name,technology,serial_number,energy_full,energy_fu
I wrote a small script to create a graph of the charge development
-over time. This graph depicted above show the slow death of mylaptop
+over time. This graph depicted above show the slow death of my laptop
battery.
But why is this happening? Why are my laptop batteries always
--
2.51.0