aboutsummaryrefslogtreecommitdiffstats
path: root/tap-protocolinfo.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-12-29 01:08:20 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-12-29 01:08:20 +0000
commit63495d717fa970029e9c71a8c0d6014ea1182352 (patch)
tree00ab4774a5dc2b726c6d299e6dec687c3554e814 /tap-protocolinfo.c
parent7a685d5c3c3f53dd7e395f42946b8a3dc06f65dc (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.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12852 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tap-protocolinfo.c')
-rw-r--r--tap-protocolinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-protocolinfo.c b/tap-protocolinfo.c
index 10abe10037..fcb4dbb2e4 100644
--- a/tap-protocolinfo.c
+++ b/tap-protocolinfo.c
@@ -109,7 +109,7 @@ protocolinfo_init(char *optarg)
hfi=proto_registrar_get_byname(field);
if(!hfi){
- fprintf(stderr, "tethereal: Field \"%s\" does not exist.\n", field);
+ fprintf(stderr, "tethereal: Field \"%s\" doesn't exist.\n", field);
exit(1);
}