]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Typo
authorTilghman Lesher <tilghman@meg.abyt.es>
Mon, 18 Jul 2011 07:10:15 +0000 (07:10 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Mon, 18 Jul 2011 07:10:15 +0000 (07:10 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@328540 65c4cc65-6c06-0410-ace0-fbb531ad65f3

funcs/func_odbc.c

index 6cef946dfdfcd3c529c5802db2c397c092bc6bdf..e940021a35f7027c14b3ff5792f08832aea077c9 100644 (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;
        }