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