From 829ba386c6e726f5900db9f267bbf9b3878a1ad2 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 2 May 1999 08:48:22 +0000 Subject: [PATCH] typo fix. --- mime-view.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mime-view.el b/mime-view.el index 24c91ee..7ff4939 100644 --- a/mime-view.el +++ b/mime-view.el @@ -628,9 +628,9 @@ Each elements are regexp of field-name.") "Pettype: " (cdr (assq 'pettype pet)) "\n" "From: " (cdr (assq 'from pet)) "\n" "CarryingCount: " (int-to-string (cdr (assq 'carryingcount pet))) "\n" - "SentYaer: " (int-to-string (cdr (assq 'sentyear pet))) "\n" + "SentYear: " (int-to-string (cdr (assq 'sentyear pet))) "\n" "SentMonth: " (int-to-string (cdr (assq 'sentmonth pet))) "\n" - "Sentday: " (int-to-string (cdr (assq 'sentday pet))) "\n" + "SentDay: " (int-to-string (cdr (assq 'sentday pet))) "\n" "PetbirthYear: " (int-to-string (cdr (assq 'petbirthyear pet))) "\n" "PetbirthMonth: " (int-to-string (cdr (assq 'petbirthmonth pet))) "\n" "PetbirthDay: " (int-to-string (cdr (assq 'petbirthday pet))) "\n" -- 1.7.10.4