From 0850bb72ed3a18dcaa8e2dd58d0aa8ff8c693640 Mon Sep 17 00:00:00 2001
From: Jason Parker <jparker@digium.com>
Date: Tue, 29 Aug 2006 21:52:40 +0000
Subject: [PATCH] Kevins last commit made me spot a typo.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@41282 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 configs/features.conf.sample | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/features.conf.sample b/configs/features.conf.sample
index 7e25782af8..a95a1238cf 100644
--- a/configs/features.conf.sample
+++ b/configs/features.conf.sample
@@ -46,7 +46,7 @@ context => parkedcalls		; Which context parked calls are in
 ;    Set(DYNAMIC_FEATURES=myfeature1#myfeature2#myfeature3)
 ;
 ;
-; The syntax for declaring a dynaic feature is the following:
+; The syntax for declaring a dynamic feature is the following:
 ;
 ;<FeatureName> => <DTMF_sequence>,<ActivateOn>[/<ActivatedBy>],<Application>[,<AppArguments>[,MOH_Class]]
 ;
-- 
GitLab