From b046584c3ec7816c9040ff2e4a2a3fc8bf1cdd3b Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Wed, 31 Oct 2012 22:05:04 +0000 Subject: Commit du soir pour une mauvaise phrase en anglais ^^ git-svn-id: file:///var/svn/2012-tzsp/trunk@16 147d2d3d-d0bd-48ea-923a-d90ac20f5906 --- pcap2tzsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pcap2tzsp.c') diff --git a/pcap2tzsp.c b/pcap2tzsp.c index 656e84a..4c1ff03 100644 --- a/pcap2tzsp.c +++ b/pcap2tzsp.c @@ -302,7 +302,7 @@ void start_capture_loop(char *pcap_filter) { if (opt_iface == NULL) { /* Get the name of the first device suitable for capture */ if ( (pcap_device = pcap_lookupdev(pcap_errbuf)) == NULL){ - fprintf(stderr, "ERROR: %s (maybe you forget start this as root)\n", pcap_errbuf); + fprintf(stderr, "ERROR: %s (maybe you have to start this program as root)\n", pcap_errbuf); exit(20); } } else { -- cgit v1.2.3