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:
Russell Bryant
2008-12-22 20:26:48 +00:00
parent 7166156658
commit cf25187ac4

View File

@@ -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 {