From 6c7a39b02b089a95f913e59c073d95f42d7e5b2a Mon Sep 17 00:00:00 2001 From: Laurent Ghigonis Date: Wed, 5 Jun 2013 18:15:23 +0200 Subject: libglouglou: dnsreverse typo --- libglouglou/examples/dnsreverse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libglouglou/examples/dnsreverse.c b/libglouglou/examples/dnsreverse.c index e6504b0..99656ca 100644 --- a/libglouglou/examples/dnsreverse.c +++ b/libglouglou/examples/dnsreverse.c @@ -20,7 +20,7 @@ main(int argc, char *argv[]) struct timeval tv; if (argc < 2) { - printf("usage: dnsreverse \n"); + printf("usage: dnsreverse \n"); exit(1); } inet_aton(argv[1], &ip); -- cgit v1.2.3-59-g8ed1b