Diff between 3063f6794a5f6e9f30f124071d4cff95bfa7b2d6 and 66ee9fe10ccec80ccfc31aa5c1f11374c8c915e0

Changed Files

File Additions Deletions Status
tools/btsnoop.c +1 -1 modified

Full Patch

diff --git a/tools/btsnoop.c b/tools/btsnoop.c
index 622d472..306e643 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;
 		}