about summary refs log tree commit diff
diff options
context:
space:
mode:
authornicoo <nicoo@debian.org>2020-11-02 09:52:02 +0100
committerLeah Neukirchen <leah@vuxu.org>2020-11-02 10:03:08 +0100
commita825b4f8f40c03f4b2c461eda770ba721c1c0658 (patch)
tree9245deac6290bb9482b4a263dc507adc951ce7de
parentb076d09f3abb4fb1d352f6f7448770d15d5709ca (diff)
downloadmblaze-a825b4f8f40c03f4b2c461eda770ba721c1c0658.tar.gz
mblaze-a825b4f8f40c03f4b2c461eda770ba721c1c0658.tar.xz
mblaze-a825b4f8f40c03f4b2c461eda770ba721c1c0658.zip
Fix typo in NEWS
Closes: #190 [via git-merge-pr]
-rw-r--r--NEWS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS.md b/NEWS.md
index b5a85b7..396d9aa 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,8 +2,8 @@
 
 * Caution! Backwards incompatible changes:
   * As a message name, `-` now refers to the message on the standard input,
-    and not the the previous message anymore.  Use `.-` to refer to
-    the previous message in a short way.
+    and not the previous message anymore.  Use `.-` to refer to the previous
+    message in a short way.
     The tools will print a warning if you use `-` and the standard input
     comes from a TTY.
   * mpick: use the -F flag to read script files.