From d62b19048ad49657950a8efc64d5e05631e459e6 Mon Sep 17 00:00:00 2001
From: "Kevin P. Fleming" <kpfleming@digium.com>
Date: Wed, 14 Sep 2005 20:48:41 +0000
Subject: [PATCH] spelling fix (issue #5231)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6597 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 configs/sip.conf.sample | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index 3fb215017c..ceff29bd3e 100755
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -45,8 +45,8 @@ srvlookup=yes			; Enable DNS SRV lookups on outbound calls
 				; SIP compatibility (defaults to "no")
 ;tos=184			; Set IP QoS to either a keyword or numeric val
 ;tos=lowdelay			; lowdelay,throughput,reliability,mincost,none
-;maxexpirey=3600		; Max length of incoming registration we allow
-;defaultexpirey=120		; Default length of incoming/outoing registration
+;maxexpiry=3600			; Max length of incoming registration we allow
+;defaultexpiry=120		; Default length of incoming/outoing registration
 ;notifymimetype=text/plain	; Allow overriding of mime type in MWI NOTIFY
 ;checkmwi=10			; Default time between mailbox checks for peers
 ;vmexten=voicemail      ; dialplan extension to reach mailbox sets the 
-- 
GitLab