]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 314779 via svnmerge from
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>
Fri, 22 Apr 2011 14:49:47 +0000 (14:49 +0000)
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>
Fri, 22 Apr 2011 14:49:47 +0000 (14:49 +0000)
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r314779 | tzafrir | 2011-04-22 16:59:43 +0300 (ו', 22 אפר 2011) | 2 lines

  Fix a few typos (shown by Lintian)
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@314824 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_unistim.c
res/res_fax_spandsp.c

index 4cb5dd71aecae7985725b28b4f5a712291706837..faa66f81848b219d4f6fed6c287ad46737c4375e 100644 (file)
@@ -1324,7 +1324,7 @@ send_select_output(struct unistimsession *pte, unsigned char output, unsigned ch
                                change_favorite_icon(pte, FAV_ICON_SPEAKER_OFFHOOK_BLACK);
                }
        } else
-               ast_log(LOG_WARNING, "Invalid ouput (%d)\n", output);
+               ast_log(LOG_WARNING, "Invalid output (%d)\n", output);
        if (output != pte->device->output)
                pte->device->previous_output = pte->device->output;
        pte->device->output = output;
index 21b4b496c016a422bf1bcacb4f19af998f1a62f4..851382b68590f1baf1ff1054277fae504f31a691 100644 (file)
@@ -705,7 +705,7 @@ static char *spandsp_fax_cli_show_stats(int fd)
        ast_cli(fd, "%-20.20s : %d\n", "Switched to T.38", spandsp_global_stats.g711.switched);
        ast_cli(fd, "%-20.20s : %d\n", "Call Dropped", spandsp_global_stats.g711.call_dropped);
        ast_cli(fd, "%-20.20s : %d\n", "No FAX", spandsp_global_stats.g711.nofax);
-       ast_cli(fd, "%-20.20s : %d\n", "Negotation Failed", spandsp_global_stats.g711.neg_failed);
+       ast_cli(fd, "%-20.20s : %d\n", "Negotiation Failed", spandsp_global_stats.g711.neg_failed);
        ast_cli(fd, "%-20.20s : %d\n", "Train Failure", spandsp_global_stats.g711.failed_to_train);
        ast_cli(fd, "%-20.20s : %d\n", "Retries Exceeded", spandsp_global_stats.g711.retries_exceeded);
        ast_cli(fd, "%-20.20s : %d\n", "Protocol Error", spandsp_global_stats.g711.protocol_error);
@@ -719,7 +719,7 @@ static char *spandsp_fax_cli_show_stats(int fd)
        ast_cli(fd, "%-20.20s : %d\n", "Success", spandsp_global_stats.t38.success);
        ast_cli(fd, "%-20.20s : %d\n", "Call Dropped", spandsp_global_stats.t38.call_dropped);
        ast_cli(fd, "%-20.20s : %d\n", "No FAX", spandsp_global_stats.t38.nofax);
-       ast_cli(fd, "%-20.20s : %d\n", "Negotation Failed", spandsp_global_stats.t38.neg_failed);
+       ast_cli(fd, "%-20.20s : %d\n", "Negotiation Failed", spandsp_global_stats.t38.neg_failed);
        ast_cli(fd, "%-20.20s : %d\n", "Train Failure", spandsp_global_stats.t38.failed_to_train);
        ast_cli(fd, "%-20.20s : %d\n", "Retries Exceeded", spandsp_global_stats.t38.retries_exceeded);
        ast_cli(fd, "%-20.20s : %d\n", "Protocol Error", spandsp_global_stats.t38.protocol_error);