Skip to content
Snippets Groups Projects
Commit 96d17b07 authored by Mark Spencer's avatar Mark Spencer
Browse files

Fix typo (bug #3271)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4714 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 87c9e1db
Branches
Tags
No related merge requests found
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
* *
* Execute arbitrary system commands * Execute arbitrary system commands
* *
* Copyright (C) 1999, Mark Spencer * Copyright (C) 1999-2005, Digium, inc
* *
* Mark Spencer <markster@linux-support.net> * Mark Spencer <markster@digium.com>
* *
* This program is free software, distributed under the terms of * This program is free software, distributed under the terms of
* the GNU General Public License * the GNU General Public License
...@@ -31,9 +31,9 @@ static char *app = "GetCPEID"; ...@@ -31,9 +31,9 @@ static char *app = "GetCPEID";
static char *synopsis = "Get ADSI CPE ID"; static char *synopsis = "Get ADSI CPE ID";
static char *descrip = static char *descrip =
" GetCPEID: Obtains and displays CPE ID and other information in order to\n" " GetCPEID: Obtains and displays ADSI CPE ID and other information in order\n"
"properly setup zapata.conf for on-hook operations. Returns -1 on hanup\n" "to properly setup zapata.conf for on-hook operations.\n"
"only."; "Returns -1 on hangup only.\n";
STANDARD_LOCAL_USER; STANDARD_LOCAL_USER;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment