mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Fix a bad typo.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@166377 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1046,7 +1046,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 {
|
||||
|
Reference in New Issue
Block a user