summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-01-12 12:50:17 +0100
committerWynn Wolf Arbor2020-01-12 12:50:17 +0100
commit1d36e7c6ac2828053d5c6a0e7cb4590baf9fb763 (patch)
treeee8c34c431256e78ddf20eea88d02154ec67b621
parent41e8e6ee5cc68d1ead852a521db68975be1be3b9 (diff)
downloadsite-1d36e7c6ac2828053d5c6a0e7cb4590baf9fb763.tar.gz
posts: Better wording
-rw-r--r--posts/debug-ncmpcpp-taglib.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/posts/debug-ncmpcpp-taglib.md b/posts/debug-ncmpcpp-taglib.md
index d8d6d57..0291190 100644
--- a/posts/debug-ncmpcpp-taglib.md
+++ b/posts/debug-ncmpcpp-taglib.md
@@ -16,12 +16,12 @@ happened:
![ncmpcpp displaying duplicate entries](img/ncmpcpp-double-tag.png)
-Every time I saved my changes, another duplicate entry would be added to
-each tag. I had not updated `ncmpcpp(1)` in a while and was initially
-confused as to why it failed suddenly. I left it, removed all tags using
-`metaflac(1)`, and tagged it manually. Then I decided that I could not
-be bothered but still wanted to investigate it at a later point, so I
-added an entry to my to-do list.
+Every time I saved my changes, another duplicate entry would be added to each
+tag. I had not updated `ncmpcpp(1)` in a while and was initially confused as to
+why it failed suddenly. I left it, removed all tags using `metaflac(1)`, and
+tagged the album manually. At the time I could not really be bothered to fix
+it, but I still wanted to investigate it at a later point, so I added an entry
+to my to-do list.
## Diving in