fix misspelling of separate (bug #3607)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@5052 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2005-02-19 00:41:21 +00:00
parent 9420fee71d
commit 63b6e2a2a1
7 changed files with 8 additions and 8 deletions

View File

@@ -20,7 +20,7 @@
#include <string.h>
#include <pthread.h>
static char *tdesc = "Fork The CDR into 2 seperate entities.";
static char *tdesc = "Fork The CDR into 2 separate entities.";
static char *app = "ForkCDR";
static char *synopsis =
"Forks the Call Data Record";