[asterisk-commits] russell: trunk r166377 - /trunk/res/res_musiconhold.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Dec 22 14:26:49 CST 2008
Author: russell
Date: Mon Dec 22 14:26:48 2008
New Revision: 166377
URL: http://svn.digium.com/view/asterisk?view=rev&rev=166377
Log:
Fix a bad typo.
Modified:
trunk/res/res_musiconhold.c
Modified: trunk/res/res_musiconhold.c
URL: http://svn.digium.com/view/asterisk/trunk/res/res_musiconhold.c?view=diff&rev=166377&r1=166376&r2=166377
==============================================================================
--- trunk/res/res_musiconhold.c (original)
+++ trunk/res/res_musiconhold.c Mon Dec 22 14:26:48 2008
@@ -1046,7 +1046,7 @@
#ifdef HAVE_DAHDI
/* Open /dev/zap/pseudo for timing... Is
there a better, yet reliable way to do this? */
- class->pseudofd = open("/dev/dahdi/psuedo", O_RDONLY);
+ class->pseudofd = open("/dev/dahdi/pseudo", O_RDONLY);
if (class->pseudofd < 0) {
ast_log(LOG_WARNING, "Unable to open pseudo channel for timing... Sound may be choppy.\n");
} else {
More information about the asterisk-commits
mailing list