From c83530742a83d0522a1cbb5a6216818b654c5f58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Wed, 23 Apr 2003 21:06:05 +0000 Subject: [PATCH] typo git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1454 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- src/rotator.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/rotator.c b/src/rotator.c index 943ac8107..e13cf33bd 100644 --- a/src/rotator.c +++ b/src/rotator.c @@ -2,7 +2,7 @@ * Hamlib Interface - main file * Copyright (c) 2000-2002 by Stephane Fillod and Frank Singleton * - * $Id: rotator.c,v 1.10 2003-01-29 23:00:56 fillods Exp $ + * $Id: rotator.c,v 1.11 2003-04-23 21:06:05 fillods Exp $ * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License as @@ -634,12 +634,12 @@ int rot_reset (ROT *rot, rot_reset_t reset) } /** - * \brief move the rotator in the spesified direction + * \brief move the rotator in the specified direction * \param rot The rot handle * \param direction Direction of movement * \param speed Speed of movement * - * Move the rotator in the spesified direction. The speed is a value + * Move the rotator in the specified direction. The speed is a value * between 1 and 100. */ int rot_move (ROT *rot, int direction, int speed)