From 07b14ab10a1526cec660b79a6c3cd149ccd2ddbf Mon Sep 17 00:00:00 2001 From: "Joop Stakenborg, PG4I" Date: Wed, 4 Sep 2002 15:10:21 +0000 Subject: [PATCH] typo git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1153 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- kenwood/kenwood.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kenwood/kenwood.c b/kenwood/kenwood.c index 28af98684..e06b8b1c0 100644 --- a/kenwood/kenwood.c +++ b/kenwood/kenwood.c @@ -2,7 +2,7 @@ * Hamlib Kenwood backend - main file * Copyright (c) 2000-2002 by Stephane Fillod * - * $Id: kenwood.c,v 1.43 2002-09-04 15:08:23 pa4tu Exp $ + * $Id: kenwood.c,v 1.44 2002-09-04 15:10:21 pa4tu 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 @@ -957,7 +957,7 @@ int kenwood_get_ctcss_tone(RIG *rig, vfo_t vfo, tone_t *tone) return retval; if (tone_len != 38 || tonebuf[1] != 'F') { - rig_debug(RIG_DEBUG_ERR,"kenwood_get_ctss_tone: wrong answer len=%d\n", + rig_debug(RIG_DEBUG_ERR,"kenwood_get_ctcss_tone: wrong answer len=%d\n", tone_len); return -RIG_ERJCTED; }