From c46f200f33bfc58016155491af515425dddfed52 Mon Sep 17 00:00:00 2001 From: Cornelius Schumacher Date: Fri, 30 Apr 2004 12:25:47 +0000 Subject: [PATCH] Fix typo. svn path=/trunk/kdepim/; revision=307515 --- interfaces/bodypartformatter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/bodypartformatter.h b/interfaces/bodypartformatter.h index 4ff33fa7e..62c214357 100644 --- a/interfaces/bodypartformatter.h +++ b/interfaces/bodypartformatter.h @@ -74,7 +74,7 @@ namespace KMail { Subtype alone or both type and subtype may be "*", which is taken as a wildcard, so that e.g. type=text subtype=* matches any text subtype, but with lesser specificity than a concrete - mimetype such as test/plain. type=* is only allowed when + mimetype such as text/plain. type=* is only allowed when subtype=*, too. */ class BodyPartFormatterPlugin {