Merged revisions 166377 via svnmerge from

https://origsvn.digium.com/svn/asterisk/trunk

........
r166377 | russell | 2008-12-22 14:26:48 -0600 (Mon, 22 Dec 2008) | 2 lines

Fix a bad typo.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@166378 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.0
Russell Bryant 18 years ago
parent 0b4abe2273
commit d34c6ad79d

@ -1048,7 +1048,7 @@ static int init_app_class(struct mohclass *class)
#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 {

Loading…
Cancel
Save