From 804297a35eb72fb7240160ed6a8f070ac5f7495a Mon Sep 17 00:00:00 2001 From: Kinsey Moore Date: Mon, 29 Mar 2010 21:04:55 +0000 Subject: Add a space between words and correct an error message. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@8444 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- dahdi_maint.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dahdi_maint.c b/dahdi_maint.c index fe59ed7..69c3164 100644 --- a/dahdi_maint.c +++ b/dahdi_maint.c @@ -176,7 +176,7 @@ int main(int argc, char *argv[]) res = ioctl(ctl, DAHDI_MAINT, &m); if (res) printf("This type of looping not supported by the"\ - "driver for this span\n"); + " driver for this span\n"); } if (iflag) { @@ -213,8 +213,8 @@ int main(int argc, char *argv[]) m.command = DAHDI_MAINT_PRBS; res = ioctl(ctl, DAHDI_MAINT, &m); if (res) { - printf("This type of error injection is not supported"\ - " by the driver for this span\n"); + printf("Pseudo-random binary sequence generation is"\ + " not supported by the driver for this span\n"); } } -- cgit v1.2.3