From 8845ef5ab66055ef5f1aaa612b3934fffae7d0d3 Mon Sep 17 00:00:00 2001 From: Micke Prag Date: Mon, 15 Sep 2008 09:48:05 +0000 Subject: [PATCH] Typo in docs --- docs/telldus-core.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/telldus-core.txt b/docs/telldus-core.txt index b4e4f511..b267dffb 100644 --- a/docs/telldus-core.txt +++ b/docs/telldus-core.txt @@ -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 ); * } * }