From 66ee9fe10ccec80ccfc31aa5c1f11374c8c915e0 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 25 Aug 2013 11:20:20 -0700 Subject: [PATCH] tools: Fix typo in error message --- tools/btsnoop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/btsnoop.c b/tools/btsnoop.c index 622d47203..306e643cc 100644 --- a/tools/btsnoop.c +++ b/tools/btsnoop.c @@ -597,7 +597,7 @@ int main(int argc, char *argv[]) } if (!type) { - fprintf(stderr, "not extract type specified\n"); + fprintf(stderr, "no extract type specified\n"); return EXIT_FAILURE; } -- 2.11.0