From 97e1acdc329c3f4dbabce37ff5985f655aa91541 Mon Sep 17 00:00:00 2001
From: Siebrand Mazeland <s.mazeland@xs4all.nl>
Date: Thu, 14 Jan 2010 23:37:06 +0100
Subject: [PATCH] Fix casing for HMAC-SHA1.

---
 actions/showapplication.php | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/actions/showapplication.php b/actions/showapplication.php
index 049206375d..a6ff425c7c 100644
--- a/actions/showapplication.php
+++ b/actions/showapplication.php
@@ -265,7 +265,7 @@ class ShowApplicationAction extends OwnerDesignAction
         $this->elementEnd('dl');
 
         $this->element('p', 'note',
-            _('Note: We support hmac-sha1 signatures. We do not support the plaintext signature method.'));
+            _('Note: We support HMAC-SHA1 signatures. We do not support the plaintext signature method.'));
         $this->elementEnd('div');
 
         $this->elementStart('p', array('id' => 'application_action'));
@@ -325,4 +325,3 @@ class ShowApplicationAction extends OwnerDesignAction
     }
 
 }
-
-- 
2.39.5