From 7e5590775d3cdc0850147e9d7963882560056a11 Mon Sep 17 00:00:00 2001 From: Micke Prag Date: Tue, 27 Oct 2009 08:44:16 +0000 Subject: [PATCH] Typo in documentation --- docs/telldus-core.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/telldus-core.dox b/docs/telldus-core.dox index 49ac0700..bd6b9058 100644 --- a/docs/telldus-core.dox +++ b/docs/telldus-core.dox @@ -68,7 +68,7 @@ * The next two lines of code queries the device for it's name with a call to * tdGetName() and then displays it to stdout. Finally we must relase the * resource after we are done with it by calling tdReleaseString() on any - * \c char pointer returned by telldus-core.. + * \c char pointer returned by telldus-core. * * \subsection sec_bu_sending Sending commands to TellStick *