aboutsummaryrefslogtreecommitdiffstats
path: root/pcap-util.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-12-29 01:08:20 +0000
committerGuy Harris <guy@alum.mit.edu>2004-12-29 01:08:20 +0000
commitf1deabed568a18c05afdca5f4898fc9e13f71e91 (patch)
tree00ab4774a5dc2b726c6d299e6dec687c3554e814 /pcap-util.c
parent85a6bea56ece48ef170158ab58bfcc19da5044d9 (diff)
Make the tone of the error messages a bit less formal, by using
contractions. (Safari does, at least when you're trying to open a file to which you don't have read access.) svn path=/trunk/; revision=12852
Diffstat (limited to 'pcap-util.c')
-rw-r--r--pcap-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap-util.c b/pcap-util.c
index f2cb31cac6..38565f4e87 100644
--- a/pcap-util.c
+++ b/pcap-util.c
@@ -426,7 +426,7 @@ set_pcap_linktype(pcap_t *pch, char *devname
/* Let them set it to the type it is; reject any other request. */
if (get_pcap_linktype(pch, devname) == dlt)
return NULL; /* no error */
- return "That DLT is not one of the DLTs supported by this device";
+ return "That DLT isn't one of the DLTs supported by this device";
#endif
}