From 83876306ac352475e8b454fa400c7489e348549c Mon Sep 17 00:00:00 2001 From: Ronald Schaten Date: Thu, 10 Jul 2008 20:29:01 +0000 Subject: [PATCH] typo --- firmware/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/main.c b/firmware/main.c index e27639c..96e3799 100644 --- a/firmware/main.c +++ b/firmware/main.c @@ -2,7 +2,7 @@ * \file firmware/main.c * \brief Main functions for USB-keyboard * \author Ronald Schaten - * \version $Id: main.c,v 1.1 2008/07/09 20:47:12 rschaten Exp $ + * \version $Id: main.c,v 1.2 2008/07/10 20:29:01 rschaten Exp $ * * License: GNU GPL v2 (see License.txt) */ @@ -86,7 +86,7 @@ * - include an USB-hub into the keyboard * * If you are just a little like me, it won't take you much brainstorming to - * come up with one useful -- or even better: useless -- ideas. ;-) + * come up with own useful -- or even better: useless -- ideas. ;-) * * \section sec_install Building and installing *