dect
/
asterisk
Archived
13
0
Fork 0

Merged revisions 328541 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.10

................
  r328541 | tilghman | 2011-07-18 02:11:26 -0500 (Mon, 18 Jul 2011) | 9 lines
  
  Merged revisions 328540 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.8
  
  ........
    r328540 | tilghman | 2011-07-18 02:10:15 -0500 (Mon, 18 Jul 2011) | 2 lines
    
    Typo
  ........
................


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@328542 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
tilghman 2011-07-18 07:12:22 +00:00
parent 7f5a82e677
commit 8fcfd89723
1 changed files with 1 additions and 1 deletions

View File

@ -1131,7 +1131,7 @@ static char *cli_odbc_read(struct ast_cli_entry *e, int cmd, struct ast_cli_args
}
if (ast_strlen_zero(query->sql_read)) {
ast_cli(a->fd, "The function %s has no writesql parameter.\n", a->argv[2]);
ast_cli(a->fd, "The function %s has no readsql parameter.\n", a->argv[2]);
AST_RWLIST_UNLOCK(&queries);
return CLI_SUCCESS;
}