From a825b4f8f40c03f4b2c461eda770ba721c1c0658 Mon Sep 17 00:00:00 2001 From: nicoo Date: Mon, 2 Nov 2020 09:52:02 +0100 Subject: [PATCH] Fix typo in NEWS Closes: #190 [via git-merge-pr] --- NEWS.md | 4 ++-- 1 file 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.