[Asterisk-cvs] asterisk/channels chan_oss.c,1.62,1.63
russell
russell
Sat Nov 12 18:53:54 CST 2005
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv27073/channels
Modified Files:
chan_oss.c
Log Message:
fix a lil' typo
Index: chan_oss.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_oss.c,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- chan_oss.c 6 Nov 2005 15:09:46 -0000 1.62
+++ chan_oss.c 12 Nov 2005 23:44:16 -0000 1.63
@@ -1063,7 +1063,7 @@
o->cursound = -1;
o->nosound = 0;
if (!o->owner && !o->hookstate) { /* XXX maybe only one ? */
- ast_cli(fd, "No call to hangup up\n");
+ ast_cli(fd, "No call to hang up\n");
return RESULT_FAILURE;
}
o->hookstate = 0;
More information about the svn-commits
mailing list