From 7aa9ed7b37d1b6e32b13b190242a48da2aff6e3c Mon Sep 17 00:00:00 2001 From: qwertos Date: Tue, 25 Feb 2014 14:47:56 -0500 Subject: Spelling fix --- modules/dtmfio/dtmfio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/dtmfio/dtmfio.c b/modules/dtmfio/dtmfio.c index 14cf509..ccda000 100644 --- a/modules/dtmfio/dtmfio.c +++ b/modules/dtmfio/dtmfio.c @@ -103,7 +103,7 @@ static int module_init(void){ uag_event_register( ua_event_handler, NULL ); if( mkfifo( DTMF_OUT, S_IWUSR | S_IRUSR ) ) { - error("Cration of the FIFO errored. This might cause issues.\n"); + error("Creation of the FIFO errored. This might cause issues.\n"); } fd = fopen( DTMF_OUT , "w+" ); -- cgit v1.2.3