Typo in docs

This commit is contained in:
Micke Prag 2008-09-15 09:48:05 +00:00
parent e55cf74e44
commit 8845ef5ab6

View file

@ -79,7 +79,7 @@
* if ( methods & TELLSTICK_TURNOFF ) {
* printf( "The device %d supports devTurnOff()\n", id );
* }
* if ( methods & TELLSTICK_TURNBELL ) {
* if ( methods & TELLSTICK_BELL ) {
* printf( "The device %d supports devBell()\n", id );
* }
* }