summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorqwertos <adhathome2001@gmail.com>2014-02-25 14:47:56 -0500
committerqwertos <adhathome2001@gmail.com>2014-02-25 14:47:56 -0500
commit7aa9ed7b37d1b6e32b13b190242a48da2aff6e3c (patch)
tree6d2beb57f39a9cd6d05d0915567d054e5ed80a68 /modules
parent45607bbe3e923932938d6af57cbffb963465b7e6 (diff)
Spelling fix
Diffstat (limited to 'modules')
-rw-r--r--modules/dtmfio/dtmfio.c2
1 files changed, 1 insertions, 1 deletions
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+" );