From 7bb6b928b5f3d541e05e177033bebab323b098e3 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Wed, 23 Nov 2005 06:02:32 +0000 Subject: [PATCH] fix typo - thanks twisted :) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-2@7194 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index df71544f4b..d8a90a8094 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7,7 +7,7 @@ * include/asterisk/indications.h: Fix spelling of "cadence", allowing the old misspelling for backwards compatability. (issue #5826) * res/res_indications.c: Fix spelling of "cadence", allowing the old misspelling for backwards compatability. (issue #5826) - * apps/app_voicemail.c: Remove left over "yay!" debuggin message. (issue #5829) + * apps/app_voicemail.c: Remove left over "yay!" debugging message. (issue #5829) 2005-11-21 Kevin P. Fleming