From 380b9a40a3cc16f27f925284f0aa4eeca3a9f19f Mon Sep 17 00:00:00 2001
From: Jeremy McNamara <jj@nufone.net>
Date: Tue, 31 Aug 2004 17:50:41 +0000
Subject: [PATCH] nit picky fixups

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3699 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 channels/h323/README | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/channels/h323/README b/channels/h323/README
index 57f600dab1..cbc090a00b 100755
--- a/channels/h323/README
+++ b/channels/h323/README
@@ -89,13 +89,13 @@ will ensure a sane build.
 
 Dialing an H.323 channel
 
-Note: At the present time chan_H323 does not support dialing with a type=peer.
+Note: At the present time chan_h323 does not support dialing with a type=peer.
 
-Without a  gatekeeper:
+Without a gatekeeper:
 
 exten => _1NXXNXXXXXX,1,Dial,H323/${EXTEN}@ip.address.or.hostname/callerid
 
-Using Gatekeeper:
+Using a gatekeeper:
 
 exten => _1NXXNXXXXXX,1,Dial,H323/${EXTEN}
 
-- 
GitLab