Module Name: src
Committed By: mbalmer
Date: Mon Oct 17 16:37:50 UTC 2011
Modified Files:
src/usr.sbin/btconfig: btconfig.c
Log Message:
This file received some typo-love.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/usr.sbin/btconfig/btconfig.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/btconfig/btconfig.c
diff -u src/usr.sbin/btconfig/btconfig.c:1.25 src/usr.sbin/btconfig/btconfig.c:1.26
--- src/usr.sbin/btconfig/btconfig.c:1.25 Sat Aug 27 22:22:01 2011
+++ src/usr.sbin/btconfig/btconfig.c Mon Oct 17 16:37:50 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: btconfig.c,v 1.25 2011/08/27 22:22:01 joerg Exp $ */
+/* $NetBSD: btconfig.c,v 1.26 2011/10/17 16:37:50 mbalmer Exp $ */
/*-
* Copyright (c) 2006 Itronix Inc.
@@ -33,7 +33,7 @@
#include <sys/cdefs.h>
__COPYRIGHT("@(#) Copyright (c) 2006 Itronix, Inc. All rights reserved.");
-__RCSID("$NetBSD: btconfig.c,v 1.25 2011/08/27 22:22:01 joerg Exp $");
+__RCSID("$NetBSD: btconfig.c,v 1.26 2011/10/17 16:37:50 mbalmer Exp $");
#include <sys/ioctl.h>
#include <sys/param.h>
@@ -759,7 +759,7 @@ print_stats(void)
err(EXIT_FAILURE, "SIOCZBTSTATS");
}
- printf( "\tTotal bytes sent %d, recieved %d\n"
+ printf( "\tTotal bytes sent %d, received %d\n"
"\tCommands sent %d, Events received %d\n"
"\tACL data packets sent %d, received %d\n"
"\tSCO data packets sent %d, received %d\n"