typo fix.
authorakr <akr>
Sun, 2 May 1999 08:48:22 +0000 (08:48 +0000)
committerakr <akr>
Sun, 2 May 1999 08:48:22 +0000 (08:48 +0000)
mime-view.el

index 24c91ee..7ff4939 100644 (file)
@@ -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"