about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2023-08-13 18:31:53 +0200
committerbptato <nincsnevem662@gmail.com>2023-08-13 18:32:24 +0200
commit90b9019a4a3d057adc0cbc7ec984de76dc0ccf02 (patch)
tree71cd5e89e560fdf85cca7da455e2bceb1e3364ac
parent93a9030802a5477f31418bf2282242e8f4b5345b (diff)
downloadchawan-90b9019a4a3d057adc0cbc7ec984de76dc0ccf02.tar.gz
mailcap: fix typo
It's not quite the same thing :P
-rw-r--r--doc/mailcap.md2
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.)