From 64d624b65124ac02d8ee59b135593fd9d8eb9067 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sat, 9 Jan 2016 22:55:28 +0100 Subject: Fix typos Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins Reviewed-by: Ashod Nakashian --- include/tools/inetmime.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/tools') diff --git a/include/tools/inetmime.hxx b/include/tools/inetmime.hxx index 819e3b0f34ee..1c86055c361d 100644 --- a/include/tools/inetmime.hxx +++ b/include/tools/inetmime.hxx @@ -154,7 +154,7 @@ public: with intervening linear white space and comments (cf. RFCs 822, 2045). The RFC 2231 extension are supported. The encoding of rMediaType should be US-ASCII, but any Unicode values in the range U+0080..U+FFFF - are interpretet 'as appropriate.' + are interpreted 'as appropriate.' @param pType If not null, returns the type (the first of the above tokens), in US-ASCII encoding and converted to lower case. -- cgit