diff options
author | bptato <nincsnevem662@gmail.com> | 2023-08-13 18:31:53 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-08-13 18:32:24 +0200 |
commit | 90b9019a4a3d057adc0cbc7ec984de76dc0ccf02 (patch) | |
tree | 71cd5e89e560fdf85cca7da455e2bceb1e3364ac | |
parent | 93a9030802a5477f31418bf2282242e8f4b5345b (diff) | |
download | chawan-90b9019a4a3d057adc0cbc7ec984de76dc0ccf02.tar.gz |
mailcap: fix typo
It's not quite the same thing :P
-rw-r--r-- | doc/mailcap.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/mailcap.md b/doc/mailcap.md index 0e8f77e1..4ee3c5a9 100644 --- a/doc/mailcap.md +++ b/doc/mailcap.md @@ -84,7 +84,7 @@ audio/*; mpv -; needsterminal # and standard error to /dev/null. video/*; mpv - -# Open OpenOffice files using LibreOffice Writer. +# Open docx files using LibreOffice Writer. application/vnd.openxmlformats-officedocument.wordprocessingml.document;lowriter %s # (Wow that was ugly.) |